generated from certe-medical-epidemiology/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.81 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
Package: certetoolbox
Title: A Certe R Package for Miscellaneous Functions
Version: 1.18.2
Authors@R: c(
person(given = c("Erwin", "E.", "A."),
family = "Hassing",
role = c("aut", "cre"),
email = "e.hassing@certe.nl"),
person(given = c("Matthijs", "S."),
family = "Berends",
role = c("aut"),
email = "m.berends@certe.nl"),
person(given = "Certe Medical Diagnostics & Advice Foundation",
role = c("cph", "fnd")))
Description: A Certe R Package for miscellaneous functions that do not fit
a dedicated package. This package also mitigates the 'vctrs' package by
allowing numeric-character coercions.
This package is part of the 'certedata' universe.
URL: https://certe-medical-epidemiology.github.io/certetoolbox, https://github.com/certe-medical-epidemiology/certetoolbox
Depends:
R (>= 4.1.0)
Imports:
certeprojects,
certestyle,
cleaner (>= 1.5.1),
dplyr (>= 1.0.0),
flextable (>= 0.6.8),
glue (>= 1.6.1),
hms (>= 1.1.0),
httr (>= 1.4.0),
knitr (>= 1.32),
lubridate (>= 1.9.0),
magrittr (>= 2.0.0),
openxlsx2 (>= 1.9.0),
progress (>= 1.2.0),
readr (>= 2.0.0),
rstudioapi (>= 0.10),
rvest (>= 1.0.0),
stringr (>= 1.4.0),
tibble (>= 3.0.0),
tidyr (>= 1.2.0),
vctrs (>= 0.3.8),
yaml (>= 2.2.0)
Suggests:
certeplot2,
certestats,
certemail (>= 1.4.0),
AMR (>= 2.0.0),
arrow (>= 7.0.0),
AzureGraph (>= 1.3.0),
cardx (>= 0.2.0),
cbsodataR (>= 0.5.1),
clipr (>= 0.7.1),
crayon (>= 1.4.2),
ggplot2 (>= 3.1.0),
gtsummary (>= 1.6.0),
haven (>= 2.4.0),
htmltools (> 0.5.0),
plotly (>= 4.8.0),
readxl (>= 1.3.0),
rio (>= 0.5.27),
showtext (>= 0.9.0),
showtextdb (>= 3.0.0),
testthat (>= 2.0.0)
License: GPL-2
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 2