File: control

package info (click to toggle)
r-cran-reticulate 1.41.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,088 kB
  • sloc: cpp: 5,154; python: 620; sh: 13; makefile: 2
file content (37 lines) | stat: -rw-r--r-- 1,311 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
34
35
36
37
Source: r-cran-reticulate
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Dylan Aïssi <daissi@debian.org>
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
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-matrix,
               r-cran-rcpp (>= 1.0.7),
               r-cran-rcpptoml,
               r-cran-here,
               r-cran-jsonlite,
               r-cran-png,
               r-cran-rappdirs,
               r-cran-rlang,
               r-cran-withr
Testsuite: autopkgtest-pkg-r

Package: r-cran-reticulate
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         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.