generated from pharmaverse/admiraltemplate
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.54 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
Package: admiraldev
Type: Package
Title: Development Tools for the Admiral Package Family
Version: 0.1.0
Authors@R: c(
person("Ben", "Straub", email = "[email protected]", role = c("aut", "cre")),
person("Stefan", "Bundfuss", role = "aut"),
person("Thomas", "Neitmann", role = "aut"),
person("Samia", "Kabi", role = "aut"),
person("Pooja", "Kumari", role = "aut"),
person("Syed", "Mubasheer", role = "aut"),
person("Ondrej", "Slama", role = "ctb"),
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 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/main/, https://github.com/pharmaverse/admiraldev/
Encoding: UTF-8
Language: en-US
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Depends: R (>= 3.5)
Imports:
assertthat,
dplyr,
lubridate,
magrittr,
purrr,
rlang,
stringr,
hms,
tidyr,
tidyselect,
lifecycle
Suggests:
admiral.test,
devtools,
diffdf,
lintr,
pkgdown,
testthat,
knitr,
methods,
miniUI,
rmarkdown,
roxygen2,
rstudioapi,
spelling,
styler,
tibble,
usethis,
covr,
DT
VignetteBuilder: knitr