Source: r-cran-reticulate Section: gnu-r Priority: optional Maintainer: Debian R Packages Maintainers Uploaders: Dylan Aïssi 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.6.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.