-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 876 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 876 Bytes
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
Package: Rsdtm
Title: Study Data Tabulation Model (SDTM) import, export, and management assistance
Version: 0.0.9017
Authors@R:
c(
person("William", "Denney", email = "wdenney@humanpredictions.com", role = c("aut", "cre")),
person("Kiranmai", "Ganji", email = "Kiranmai.Ganji@cytel.com", role = "ctb")
)
Description: Assist with management of clinical trial data in the SDTM and ADaM
formats. The package assists with creation, import, export, manipulation,
and verification of SDTM data.
Depends: R (>= 3.5)
Imports:
dplyr,
ggplot2,
labeling,
lifecycle,
lubridate,
metatools,
methods,
readr,
rio,
rlang,
tidyr
Suggests:
covr,
scales,
spelling,
testthat (>= 2.1.0),
tibble
License: AGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://humanpred.github.io/Rsdtm/
Language: en-US