-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.05 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
Package: variableMetadataPreparation
Title: What the Package Does (One Line, Title Case)
Version: 1.0.109
Authors@R:
c(person(given = "Robert",
family = "Birkelbach",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0312-2874")),
person(given = "René",
family = "Reitmann",
role = c("aut"),
email = "[email protected]"),
person(given = "DZHW GmbH",
role = "cph"))
Description: This package creates json files containing metadata of variables
for https://metadata.fdz.dzhw.eu.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: jsonlite (== 1.7.2),
moments (== 0.14),
optparse (== 1.7.1),
R6 (== 2.5.1),
readstata13 (== 0.10.0),
readxl (== 1.3.1),
lubridate (== 1.8.0),
stringr (== 1.4.0),
dplyr(== 1.0.7),
assertthat(== 0.2.1)
RoxygenNote: 7.1.1
Suggests:
testthat,
covr,
knitr,
rmarkdown,
miniCRAN,
desc,
lintr,
pkgdown
VignetteBuilder: knitr