-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.39 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
Package: james
Type: Package
Title: Joint Automatic Measurement and Evaluation System
Version: 1.7.0
Authors@R: c(person("Stef", "van Buuren", email = "[email protected]", role = c("cre", "aut")),
person("Arjan", "Huizing", email = "[email protected]", role = "aut"))
Maintainer: Stef van Buuren <[email protected]>
Description: Server-sided functions for the
API of the Joint Automatic Measurement and Evaluation
System (JAMES). JAMES deploys advanced analytic functionality
to analyze, monitor and predict individual child growth and
development.
License: AGPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 2.10),
svglite (>= 2.1.3.9000)
Imports:
bdsreader (>= 0.27.0),
chartbox (>= 1.16.0),
chartcatalog (>= 1.16.0),
chartplotter (>= 0.35.0),
dplyr,
curl,
grDevices,
grid (>= 4.1.0),
growthscreener (>= 1.23.0),
httr,
jamesclient (>= 0.32.1),
jose,
jsonlite,
rlang,
utils
Suggests:
jamesdemodata (>= 0.11.0),
openssl,
rmarkdown,
testthat,
usethis
Remotes:
r-lib/svglite,
growthcharts/bdsreader,
growthcharts/chartbox,
growthcharts/chartcatalog,
growthcharts/chartplotter,
growthcharts/growthscreener,
growthcharts/jamesclient,
growthcharts/jamesdemodata
BugReports: https://github.com/growthcharts/james/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2