-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
33 lines (33 loc) · 864 Bytes
/
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
Package: prostateredcap
Title: Load and check the MSK Prostate REDCap Prostate clinical database
Version: 0.3.2
Authors@R:
person(given = "Konrad",
family = "Stopsack",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-0722-1311"))
Description: This package loads, merges, reformats, corrects, labels, and
quality controls the Prostate REDCap clinical database.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
dplyr,
forcats,
stringr,
labelled,
lubridate,
purrr,
readr,
tibble,
tidyr,
vctrs
URL: https://stopsack.github.io/prostateredcap
BugReports: https://github.com/stopsack/prostateredcap/issues
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr