generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
66 lines (66 loc) · 2.1 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
Type: Package
Package: admiraldev
Title: Utility Functions and Development Tools for the Admiral Package
Family
Version: 1.2.0.9001
Authors@R: c(
person("Ben", "Straub", , "[email protected]", role = c("aut", "cre")),
person("Stefan", "Bundfuss", role = "aut",
comment = c(ORCID = "0009-0005-0027-1198")),
person("Jeffrey", "Dickinson", role = "aut"),
person("Ross", "Farrugia", role = "aut"),
person("Fanny", "Gautier", role = "aut"),
person("Edoardo", "Mancini", role = "aut",
comment = c(ORCID = "0009-0006-4899-8641")),
person("Sadchla", "Mascary", role = "aut"),
person("Gordon", "Miller", role = "aut"),
person("Daniel", "Sjoberg", role = "aut",
comment = c(ORCID = "0000-0003-0862-2018")),
person("Stefan", "Thoma", role = "aut",
comment = c(ORCID = "0000-0002-5553-9252")),
person("Kangjie", "Zhang", role = "aut"),
person("Zelos", "Zhu", role = "aut"),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("GlaxoSmithKline LLC", role = c("cph", "fnd"))
)
Description: Utility functions to check data, variables and conditions for
functions used in 'admiral' and 'admiral' extension packages.
Additional utility helper functions to assist developers with
maintaining documentation, testing and general upkeep of 'admiral' and
'admiral' extension packages.
License: Apache License (>= 2)
URL: https://pharmaverse.github.io/admiraldev/,
https://github.com/pharmaverse/admiraldev/
BugReports: https://github.com/pharmaverse/admiraldev/issues
Depends:
R (>= 4.1)
Imports:
cli (>= 3.0.0),
dplyr (>= 1.0.5),
glue (>= 1.6.0),
lifecycle (>= 0.1.0),
lubridate (>= 1.7.4),
purrr (>= 0.3.3),
rlang (>= 0.4.4),
stringr (>= 1.4.0),
tidyr (>= 1.0.2),
tidyselect (>= 1.0.0)
Suggests:
diffdf,
DT,
htmltools,
knitr,
methods,
pkgdown,
rmarkdown,
spelling,
testthat (>= 3.2.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2