-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1015 Bytes
/
DESCRIPTION
File metadata and controls
47 lines (47 loc) · 1015 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
37
38
39
40
41
42
43
44
45
46
47
Package: stabiot
Type: Package
Title: Common Statistical Analysis for Clinical Trials
Version: 0.0.0.9000
Authors@R: c(
person("Kai", "Gu", , "gukai1212@163.com", role = c("aut", "cre", "cph"))
)
Maintainer: Kai Gu <gukai1212@163.com>
Description: Provides common statistical analysis for oversight process in the
clinical trials of biotech, makes the outputs can be compared with SAS results.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6)
Imports:
broom,
checkmate,
DescTools,
dplyr,
emmeans,
forcats,
formatters,
lifecycle,
lubridate,
magrittr,
purrr,
rlang,
rtables,
stats,
stringr,
survival,
survminer,
tibble,
tidyr
Suggests:
mmrm,
rmarkdown,
spelling,
testthat (>= 3.0.0),
usethis
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US
URL: https://github.com/kaigu1990/stabiot
BugReports: https://github.com/kaigu1990/stabiot/issues
Config/testthat/edition: 3