-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
71 lines (71 loc) · 1.75 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: minihealth
Type: Package
Title: Mini Dossier for Individual Health Data
Version: 0.91.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"))
Depends:
R (>= 2.10),
nlreferences,
donorloader (>= 0.20.0)
Imports:
brokenstick (>= 1.1.0),
centile,
dplyr (>= 0.8.3),
dscore (>= 1.4.0),
jsonlite,
jsonvalidate,
lubridate,
methods,
rlang (>= 0.4.0),
tidyr (>= 0.8.3),
tidyselect,
utils
Suggests:
curl,
jamestest (>= 0.24.0),
testthat
Remotes:
growthcharts/centile,
growthcharts/nlreferences,
stefvanbuuren/donorloader,
stefvanbuuren/jamestest
Maintainer: Stef van Buuren <stef.vanbuuren@tno.nl>
Description: Contains a collection of tools to store, handle and update
individual health data.
License: AGPL-3 + file LICENSE
LazyData: TRUE
Acknowledgement: Development of this package was kindly suported by the
Bill & Melinda Gates Foundation
Encoding: UTF-8
RoxygenNote: 7.1.1
Collate:
'check_ranges.R'
'imports.R'
'class-xyz.R'
'class-bse.R'
'class-ird.R'
'class-individualRW.R'
'class-individualBS.R'
'class-individualAN.R'
'class-individualBG.R'
'class-individualID.R'
'class-individual.R'
'class-cabinet.R'
'class-individualDS.R'
'convert_bds_individual.R'
'convert_checked_individual.R'
'convert_ddi_gsed.R'
'convert_individual_bds.R'
'data.R'
'donordata_to_individual.R'
'get_dob.R'
'get_range.R'
'get_xyz.R'
'individual_to_donordata.R'
'parse_valid.R'
'table34.R'
'tests.R'
'throw_messages.R'
'validate_bds_individual.R'
'verify.R'