forked from atorus-research/metacore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.61 KB
/
Copy pathDESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.61 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
50
Package: metacore
Title: A Centralized Metadata Object Focus on Clinical Trial Data
Programming Workflows
Version: 0.3.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("Maya", "Gans", , "maya.gans@atorusresearch.com", role = "aut",
comment = c(ORCID = "0000-0002-5452-6089")),
person("Ashley", "Tarasiewicz", , "ashley.tarasiewicz@atorusresearch.com", role = "aut"),
person("Mike", "Stackhouse", , "mike.stackhouse@atorusresearch.com", role = "aut",
comment = c(ORCID = "0000-0001-6030-723X")),
person("Tamara", "Senior", , "tamara.senior@roche.com", role = "aut"),
person("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
URL: https://atorus-research.github.io/metacore/,
https://github.com/atorus-research/metacore
BugReports: https://github.com/atorus-research/metacore/issues
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
lifecycle,
magrittr,
purrr,
R6,
readxl,
rlang,
stringr,
tibble,
tidyr,
tidyselect,
xml2
Suggests:
covr,
knitr,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE, r6 = FALSE)
RoxygenNote: 7.3.3