forked from ghurault/EczemaPredPOSCORAD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 944 Bytes
/
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
Package: EczemaPredPOSCORAD
Title: Predicting PO-SCORAD Using EczemaPred
Version: 0.1.0
Authors@R:
person(given = "Guillem",
family = "Hurault",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1052-3564"))
Description: Analysis package investigating the prediction of PO-SCORAD severity score for eczema.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
dplyr,
gamm4,
ggplot2,
HuraultMisc (>= 1.1.0),
rlang,
stats,
tidyr
Remotes:
github::ghurault/HuraultMisc,
github::ghurault/EczemaPred
Depends:
R (>= 2.10),
EczemaPred (>= 0.1.0)
Suggests:
tidyverse,
testthat (>= 3.0.0),
cowplot,
rstan,
parallel,
gganimate,
foreach,
doParallel,
here,
scoringRules,
Ternary,
glue
Config/testthat/edition: 3