forked from MSKCC-Epi-Bio/bstfun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
89 lines (89 loc) · 2.35 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: bstfun
Title: Misc functions for the dept
Version: 0.2.7.9000
Authors@R:
c(person(given = "Daniel D.",
family = "Sjoberg",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-0862-2018")),
person(given = "Jessica A.",
family = "Lavery",
role = "aut"),
person(given = "Karissa",
family = "Whiting",
role = "aut",
comment = c(ORCID = "0000-0002-4683-1868")),
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 = "Emily",
family = "Vertosick",
role = "ctb"),
person(given = "Christine",
family = "Zhou",
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/ddsjoberg/bstfun
Depends:
R (>= 3.3)
Imports:
broom.helpers (>= 1.3.0),
dplyr (>= 1.0.1),
forcats (>= 0.5.0),
fs (>= 1.4.2),
ggplot2 (>= 3.3.5),
glue (>= 1.4.1),
gt (>= 0.2.2),
gtsummary (>= 1.5.0),
here (>= 0.1),
lifecycle (>= 0.2.0),
lubridate (>= 1.7.9),
purrr (>= 0.3.4),
readr (>= 1.3.1),
rstudio.prefs (>= 0.1.7),
rlang (>= 0.4.7),
starter (>= 0.1.5),
stringr (>= 1.4.0),
tibble (>= 3.0.3),
tidyr (>= 1.1.1),
usethis (>= 1.6.1)
Suggests:
cmprsk (>= 2.2.10),
covr (>= 3.5.0),
flextable (>= 0.5.10),
forestplot (>= 2.0.1),
ggtext (>= 0.1.1),
gtExtras (>= 0.2.2.3),
huxtable (>= 5.4.0),
kableExtra (>= 1.3.4),
knitr (>= 1.33),
labelled (>= 2.8.0),
magick (>= 2.7.2),
patchwork (>= 1.1.1),
spelling (>= 2.1),
survey (>= 4.1.1),
survival,
testthat (>= 2.3.2),
tidyverse (>= 1.3.1)
RdMacros:
lifecycle
Remotes:
jthomasmock/gtExtras
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2