-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.19 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: aba
Title: Automated Biomarker Analysis
Version: 0.1.0
Authors@R:
person(given = "Nicholas",
family = "Cullen",
role = c("aut", "cre"),
email = "nickcullen31@gmail.com")
Description: A tool to fit clinical prediction models and plan clinical trials
using biomarker data across multiple analysis factors (groups, outcomes,
predictors).
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
knitr,
plotly,
rmarkdown,
testthat (>= 3.0.0),
methods,
tidyselect,
nlme,
yardstick,
pins,
Matrix,
MuMIn,
broom.mixed,
emmeans,
ggpubr,
pROC,
progress,
OptimalCutpoints,
tableone,
longpower,
withr,
reactable,
psychometric,
readr,
writexl,
forcats,
survival,
lme4,
lmerTest,
MKmisc
Config/testthat/edition: 3
Imports:
purrr,
dplyr,
broom,
tibble,
ggplot2,
glue,
magrittr,
stringr,
rlang,
tidyr,
stats,
generics
VignetteBuilder: knitr
Depends:
R (>= 2.10)
URL: https://github.com/ncullen93/abaR/,
https://ncullen93.github.io/abaR/