forked from rstudio/reticulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.7 KB
/
DESCRIPTION
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
Package: reticulate
Type: Package
Title: Interface to 'Python'
Version: 1.16-9001
Authors@R: c(
person("Kevin", "Ushey", role = c("aut", "cre"),
email = "[email protected]"),
person("JJ", "Allaire", role = c("aut"), email = "[email protected]"),
person("RStudio", role = c("cph", "fnd")),
person("Yuan", "Tang", role = c("aut", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5243-233X")),
person("Dirk", "Eddelbuettel", role = c("ctb", "cph"),
email = "[email protected]"),
person("Bryan", "Lewis", role = c("ctb", "cph"),
email = "[email protected]"),
person("Sigrid", "Keydana", role = c("ctb"),
email = "[email protected]"),
person("Ryan", "Hafen", role = c("ctb", "cph"),
email = "[email protected]"),
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://github.com/rstudio/reticulate
BugReports: https://github.com/rstudio/reticulate/issues
SystemRequirements: Python (>= 2.7.0)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0)
Imports:
graphics,
jsonlite,
Matrix,
methods,
rappdirs,
Rcpp (>= 0.12.7),
utils
Suggests:
callr,
knitr,
rmarkdown,
testthat
LinkingTo: Rcpp
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr