Source: r-cran-reticulate Standards-Version: 4.7.3 Maintainer: Debian R Packages Maintainers Uploaders: Dylan Aïssi , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, r-cran-matrix, r-cran-rcpp, r-cran-rcpptoml, r-cran-here, r-cran-jsonlite, r-cran-png, r-cran-rappdirs, r-cran-rlang, r-cran-withr, architecture-is-64-bit, architecture-is-little-endian, 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}, 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.