forked from MSKCC-Epi-Bio/bstfun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
106 lines (106 loc) · 2.87 KB
/
DESCRIPTION
File metadata and controls
106 lines (106 loc) · 2.87 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
Package: bstfun
Title: Functions for the MSK Biostatistics Department
Version: 0.5.1.9000
Authors@R:
c(person(given = "Karissa",
family = "Whiting",
email = "karissa.whiting@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4683-1868")),
person(given = "Daniel D.",
family = "Sjoberg",
role = c("aut", "ccp"),
comment = c(ORCID = "0000-0003-0862-2018")),
person(given = "Jessica A.",
family = "Lavery",
role = "aut"),
person(given = "Margie",
family = "Hannum",
role = "ctb",
comment = c(ORCID = "0000-0002-2953-0449")),
person(given = "Meier",
family = "Hsu",
role = "ctb"),
person(given = "Caroline",
family = "Kostrzewa",
role = "ctb"),
person(given = "Jasme",
family = "Lee",
role = "ctb"),
person(given = "Amy",
family = "Tin",
role = "ctb",
comment = c(ORCID = "0000-0002-8005-0694")),
person(given = "Emily",
family = "Vertosick",
role = "ctb"),
person(given = "Gustavo",
family = "Zapata Wainberg",
role = "ctb",
comment = c(ORCID = "0000-0002-2524-3637")),
person(given = "Christine",
family = "Zhou",
role = "ctb"),
person(given = "Stephanie",
family = "Lobaugh",
role = "ctb")
)
Description: A miscellaneous collection of functions to used by members of
the Biostatistics Department at MSKCC.
License: MIT + file LICENSE
URL: https://github.com/MSKCC-Epi-Bio/bstfun
Depends:
R (>= 3.4)
Imports:
broom.helpers (>= 1.9.0),
broom (>= 1.0.1),
cli (>= 3.0.1),
dplyr (>= 1.0.1),
forcats (>= 0.5.0),
fs (>= 1.4.2),
glue (>= 1.4.1),
gt (>= 0.7.0),
gtsummary (>= 1.7.0),
here (>= 1.0.1),
lifecycle (>= 0.2.0),
lubridate (>= 1.7.9),
purrr (>= 0.3.4),
readr (>= 1.3.1),
rstudio.prefs (>= 0.1.9),
rlang (>= 1.0.2),
starter (>= 0.1.12),
stringr (>= 1.4.0),
tibble (>= 3.0.3),
tidyr (>= 1.1.1)
Suggests:
binom,
cmprsk (>= 2.2.10),
covr (>= 3.5.0),
flextable (>= 0.5.10),
forestplot (>= 2.0.1),
ggplot2 (>= 3.3.5),
ggtext (>= 0.1.1),
gtExtras (>= 0.4.0),
Hmisc,
huxtable (>= 5.4.0),
kableExtra (>= 1.3.4),
knitr (>= 1.33),
labelled (>= 2.8.0),
magick (>= 2.7.2),
patchwork (>= 1.1.1),
pracma,
readxl (>= 1.3.1),
renv (>= 0.15.1),
spelling (>= 2.1),
survey (>= 4.1.1),
survival,
testthat (>= 2.3.2),
tidyverse (>= 1.3.1),
usethis (>= 1.6.1)
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3