-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 995 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 995 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
Package: kwb.python
Title: R Package with Functions for Working with Python
Version: 0.1.0
Authors@R:
c(person(given = "Michael",
family = "Rustler",
role = c("aut", "cre"),
email = "michael.rustler@kompetenz-wasser.de",
comment = c(ORCID = "0000-0003-0647-7726")),
person(given = "DWC",
role = "fnd"),
person(given = "KEYS",
role = "fnd"),
person(given = "Kompetenzzentrum Wasser Berlin gGmbH (KWB)",
role = "cph"))
Description: R Package with functions for working with Python by
enhancing the use of R package
[reticulate](https://github.com/rstudio/reticulate).
License: MIT + file LICENSE
URL: https://github.com/KWB-R/kwb.python
BugReports: https://github.com/KWB-R/kwb.python/issues
Imports:
fs,
reticulate
Suggests:
covr,
knitr,
rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
VignetteBuilder: knitr