-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.26 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
Package: csm
Title: Central Statistical Monitoring
Version: 0.0.0.9000
Authors@R:
person(given = "Daniele",
family = "Bottigliengo",
role = c("aut", "cre"),
email = "[email protected]")
Description: The goal of `csm` is to build a Central Statistical
Monitoring (CSM) tool that aims to systematically check data quality
of the clinical studies managed by the Center for Clinical Trials and
Biometrics (CCTB) of the *Unit of Biostatistics, Epidemiology and
Public Health (UBEPH)*, University of Padova, Italy.
License: GPL-3
URL: https://github.com/UBESP-DCTV/csm
BugReports: https://github.com/UBESP-DCTV/csm/issues
Depends:
R (>= 3.2)
Imports:
assertive (>= 0.3.5),
dplyr (>= 0.8.3),
ggplot2 (>= 3.2.1),
glue (>= 1.3.1),
here (>= 0.1),
janitor (>= 1.2.0),
lubridate (>= 1.7.4),
magrittr (>= 1.5),
purrr (>= 0.3.3),
readr (>= 1.3.1),
rlang (>= 0.4.2),
stringr (>= 1.4.0),
tibble (>= 2.1.3),
tidyr (>= 1.0.0),
REDCapR (>= 0.10.2),
checkmate (>= 1.9.4)
Suggests:
covr (>= 3.4.0),
roxygen2 (>= 7.0.2),
spelling (>= 2.1),
testthat (>= 2.3.1)
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2