-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.65 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
Package: metatools
Type: Package
Title: Enable the Use of 'metacore' to Help Create and Check Dataset
Version: 0.1.6
Authors@R: c(
person(given = "Christina",
family = "Fillmore",
role = c("aut", "cre"),
email = "christina.e.fillmore@gsk.com",
comment = c(ORCID = "0000-0003-0595-2302")),
person(given = "Mike",
family = "Stackhouse",
role = c("aut"),
email = "mike.stackhouse@atorusresearch.com",
comment = c(ORCID = "0000-0001-6030-723X")),
person(given = "Jana",
family = "Stoilova",
role = c("aut"),
email = "jana.stoilova@roche.com"),
person(given = "Tamara",
family = "Senior",
role = c("aut"),
email = "tamara.senior@roche.com"),
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
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
dplyr,
metacore (>= 0.0.4),
purrr,
rlang,
stringr,
tidyr,
tibble,
magrittr
Suggests:
testthat (>= 3.0.0),
haven,
covr,
safetyData,
pharmaversesdtm,
spelling
Config/testthat/edition: 3
URL: https://github.com/pharmaverse/metatools,
https://pharmaverse.github.io/metatools/
BugReports: https://github.com/pharmaverse/metatools/issues
Language: en-US
Roxygen: list(markdown = TRUE)