File: DESCRIPTION

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 (59 lines) | stat: -rw-r--r-- 2,402 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: reticulate
Type: Package
Title: Interface to 'Python'
Version: 1.41.0.1
Authors@R: c(
  person("Tomasz", "Kalinowski", role = c("ctb", "cre"),
         email = "tomasz@posit.co"),
  person("Kevin", "Ushey", role = c("aut"),
         email = "kevin@posit.co"),
  person("JJ", "Allaire", role = c("aut"), email = "jj@posit.co"),
  person("RStudio", role = c("cph", "fnd")),
  person("Yuan", "Tang", role = c("aut", "cph"),
         email = "terrytangyuan@gmail.com",
         comment = c(ORCID = "0000-0001-5243-233X")),
  person("Dirk", "Eddelbuettel", role = c("ctb", "cph"),
         email = "edd@debian.org"),
  person("Bryan", "Lewis", role = c("ctb", "cph"),
         email = "blewis@illposed.net"),
  person("Sigrid", "Keydana", role = c("ctb"),
         email = "sigrid@posit.co"),
  person("Ryan", "Hafen", role = c("ctb", "cph"),
         email = "rhafen@gmail.com"),
  person("Marcus", "Geelnard", role = c("ctb", "cph"),
         comment = "TinyThread library, http://tinythreadpp.bitsnbites.eu/")
  )
Description: 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. Compatible with all versions of 'Python' >= 2.7.
License: Apache License 2.0
URL: https://rstudio.github.io/reticulate/,
        https://github.com/rstudio/reticulate
BugReports: https://github.com/rstudio/reticulate/issues
SystemRequirements: Python (>= 2.7.0)
Encoding: UTF-8
Depends: R (>= 3.5)
Imports: Matrix, Rcpp (>= 1.0.7), RcppTOML, graphics, here, jsonlite,
        methods, png, rappdirs, utils, rlang, withr
Suggests: callr, knitr, glue, cli, rmarkdown, pillar, testthat
LinkingTo: Rcpp
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/build/compilation-database: true
NeedsCompilation: yes
Packaged: 2025-03-08 16:19:31 UTC; ripley
Author: Tomasz Kalinowski [ctb, cre],
  Kevin Ushey [aut],
  JJ Allaire [aut],
  RStudio [cph, fnd],
  Yuan Tang [aut, cph] (<https://orcid.org/0000-0001-5243-233X>),
  Dirk Eddelbuettel [ctb, cph],
  Bryan Lewis [ctb, cph],
  Sigrid Keydana [ctb],
  Ryan Hafen [ctb, cph],
  Marcus Geelnard [ctb, cph] (TinyThread library,
    http://tinythreadpp.bitsnbites.eu/)
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Repository: CRAN
Date/Publication: 2025-03-09 08:14:40 UTC