-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 916 Bytes
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 916 Bytes
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
Package: pythonR
Title: Helper functions for using Python in R
Version: 0.1.0
Authors@R:
c(
person(given = "Kyle", family = "Barrett", email = "barrettk@metrumrg.com", role = c("aut", "cre"))
)
Maintainer: Kyle Barrett <barrettk@metrumrg.com>
Description: R package for creating python environments and importing various packages via reticulate.
License: MIT + file LICENSE
URL: barrettk.github.io/pythonR/, https://github.com/barrettk/pythonR
BugReports: https://github.com/barrettk/pythonR/issues
Depends:
R (>= 3.5),
Imports:
cli (>= 3.3.0),
checkmate,
dplyr (>= 1.0.0),
fs,
glue (>= 1.6.2),
magrittr (>= 2.0.3),
purrr,
reticulate,
rlang,
testthat (>= 3.0.0),
tibble,
xfun
Suggests:
devtools,
withr,
knitr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
StagedInstall: no