forked from MSKCC-Epi-Bio/bstfun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
70 lines (70 loc) · 1.82 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
Package: bstfun
Title: Misc functions for the dept
Version: 0.2.4.9000
Authors@R:
c(person(given = "Daniel D.",
family = "Sjoberg",
role = c("aut", "cre"),
email = "danield.sjoberg@gmail.com",
comment = c(ORCID = "0000-0003-0862-2018")),
person(given = "Margie",
family = "Hannum",
role = "aut",
comment = c(ORCID = "0000-0002-2953-0449")),
person(given = "Karissa",
family = "Whiting",
role = "aut",
comment = c(ORCID = "0000-0002-4683-1868")),
person(given = "Emily",
family = "Vertosick",
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.4.2),
here (>= 0.1),
labelled (>= 2.8.0),
lifecycle (>= 0.2.0),
lubridate (>= 1.7.9),
magrittr (>= 1.5),
purrr (>= 0.3.4),
readr (>= 1.3.1),
rlang (>= 0.4.7),
starter (>= 0.1.5),
stringr (>= 1.4.0),
tibble (>= 3.0.3),
tidyr (>= 1.1.1),
tidyselect (>= 1.1.0),
usethis (>= 1.6.1)
Suggests:
covr (>= 3.5.0),
flextable (>= 0.5.10),
ggtext (>= 0.1.1),
huxtable (>= 5.4.0),
kableExtra (>= 1.3.4),
knitr (>= 1.33),
magick (>= 2.7.2),
patchwork (>= 1.1.1),
spelling (>= 2.1),
survey (>= 4.1.1),
testthat (>= 2.3.2),
tidyverse (>= 1.3.1),
webshot (>= 0.5.2)
RdMacros:
lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1