generated from certe-medical-epidemiology/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.53 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
Package: certestats
Title: A Certe R Package for Statistical Modelling
Version: 1.23.1
Authors@R: c(
person(given = c("Matthijs", "S."),
family = "Berends",
role = c("aut", "cre"),
email = "m.berends@certe.nl"),
person(given = c("Erwin"),
family = "Dijkstra",
role = c("aut"),
email = "e.dijkstra@certe.nl"),
person(given = "Certe Medical Diagnostics & Advice Foundation",
role = c("cph", "fnd")))
Description: A Certe R Package for early-warning, applying statistical
modelling (such as creating machine learning models), QC rules and
distribution analysis.
This package is part of the 'certedata' universe.
URL: https://certe-medical-epidemiology.github.io/certestats, https://github.com/certe-medical-epidemiology/certestats
Depends:
R (>= 4.1.0)
Imports:
certestyle,
AMR (>= 2.1.0),
broom (>= 1.0.0),
cli (>= 3.6.0),
dials (>= 1.0.0),
dplyr (>= 1.1.0),
generics (>= 0.1.0),
ggplot2 (>= 3.4.0),
hardhat (>= 1.2.0),
lubridate (>= 1.9.0),
parsnip (>= 1.0.0),
recipes (>= 1.0.0),
rsample (>= 1.0.0),
tibble (>= 1.0.0),
tidyr (>= 1.0.0),
tune (>= 1.0.0),
vctrs (>= 0.6.0),
workflows (>= 1.0.0),
yaml (>= 2.2.0),
yardstick (>= 1.0.0)
Suggests:
censored (>= 0.1.0),
certeplot2,
kknn,
mice (>= 3.7.5),
nnet,
plot2,
progress,
ranger,
rlang,
rpart,
rpart.plot,
survival,
testthat (>= 2.0.0),
xgboost
License: GPL-2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 2
LazyData: true