forked from pharmaverse/metatools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.54 KB
/
Copy pathDESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.54 KB
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
Type: Package
Package: metatools
Title: Enable the Use of 'metacore' to Help Create and Check Dataset
Version: 0.2.0
Authors@R: c(
person("Liam", "Hobby", , "liam.f.hobby@gsk.com", role = c("aut", "cre")),
person("Christina", "Fillmore", , "christina.e.fillmore@gsk.com", role = "aut",
comment = c(ORCID = "0000-0003-0595-2302")),
person("Bill", "Denney", role = "aut"),
person("Mike", "Stackhouse", , "mike.stackhouse@atorusresearch.com", role = "aut",
comment = c(ORCID = "0000-0001-6030-723X")),
person("Jana", "Stoilova", , "jana.stoilova@roche.com", role = "aut"),
person("Tamara", "Senior", , "tamara.senior@roche.com", role = "aut"),
person("GlaxoSmithKline LLC", role = c("cph", "fnd")),
person("F. Hoffmann-La Roche AG", role = c("cph", "fnd")),
person("Atorus Research LLC", role = c("cph", "fnd"))
)
Description: Uses the metadata information stored in 'metacore' objects to
check and build metadata associated columns.
License: MIT + file LICENSE
URL: https://github.com/pharmaverse/metatools,
https://pharmaverse.github.io/metatools/
BugReports: https://github.com/pharmaverse/metatools/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
lifecycle,
magrittr,
metacore (>= 0.2.0),
purrr,
rlang,
stringr,
tibble,
tidyr
Suggests:
covr,
haven,
pharmaversesdtm,
safetyData,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2