-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.17 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: bdsreader
Type: Package
Title: Read Data from the Basisdataset Jeugdgezondheidszorg
Version: 0.27.0
Authors@R: c(person("Stef", "van Buuren", email = "stef.vanbuuren@tno.nl", role = c("cre", "aut")),
person("Arjan", "Huizing", email = "arjan.huizing@tno.nl", role = "aut"))
Description: Defines JSON data schemas according to the Basisdataset (BDS)
Jeugdgezondheidszorg. Contains function to read, validate and write
JSON files with individual data coded according to the chosen schema version.
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10)
Imports:
centile (>= 0.14.1),
dplyr (>= 1.1.0),
dscore (>= 1.9.0),
jsonlite,
jsonvalidate (>= 1.3.2),
lubridate,
nlreferences (>= 0.15.2),
readr,
tibble,
rlang (>= 0.4.0),
tidyr
Suggests:
openxlsx,
jamesdemodata (>= 0.11.0),
testthat (>= 3.0.0),
knitr,
rmarkdown
Remotes:
growthcharts/centile,
d-score/dscore,
growthcharts/nlreferences,
growthcharts/jamesdemodata
Roxygen: list(markdown = TRUE)
URL: https://github.com/growthcharts/bdsreader
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr