File: control

package info (click to toggle)
r-cran-reticulate 1.18%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,888 kB
  • sloc: cpp: 3,254; python: 434; sh: 13; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: r-cran-reticulate
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-jsonlite,
               r-cran-matrix,
               r-cran-rappdirs,
               r-cran-rcpp (>= 0.12.7)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-reticulate
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-reticulate.git
Homepage: https://cran.r-project.org/package=reticulate
Rules-Requires-Root: no

Package: r-cran-reticulate
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
# <dh-update-R>do not delete this</dh-update-R>
         python3
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: R interface to Python modules, classes, and functions
 Interface to Python modules, classes, and functions. When calling into
 Python, R data types are automatically converted to their equivalent Python
 types. When values are returned from Python to R they are converted back to R
 types.