-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
56 lines (56 loc) · 1.79 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
Package: metacore
Title: A Centralized Metadata Object Focus on Clinical Trial Data Programming Workflows
Version: 0.1.3
Authors@R:
c(person(given = "Christina",
family = "Fillmore",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0595-2302")),
person(given = "Maya",
family = "Gans",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5452-6089")),
person(given = "Ashley",
family = "Tarasiewicz",
role = "aut",
email = "[email protected]"),
person(given = "Mike",
family = "Stackhouse",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6030-723X")),
person(given = "Tamara",
family = "Senior",
role = "aut",
email = "[email protected]"),
person(given = "GSK/Atorus JPT",
role = c("cph", "fnd")))
Description: Create an immutable container holding metadata for the purpose of better enabling programming activities and functionality of other packages within the clinical programming workflow.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.6)
Suggests:
testthat,
knitr,
rmarkdown,
covr
Imports:
R6,
tidyr,
dplyr,
stringr,
magrittr,
xml2,
purrr,
readxl,
rlang,
tibble,
tidyselect
VignetteBuilder: knitr
URL: https://atorus-research.github.io/metacore/, https://github.com/atorus-research/metacore
BugReports: https://github.com/atorus-research/metacore/issues