-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
51 lines (51 loc) · 1.25 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
Package: fcds
Title: Process Data from the Florida Cancer Data System
Version: 0.1.4.9000
Authors@R:
c(person(given = "Garrick",
family = "Aden-Buie",
role = c("aut", "cre"),
email = "Garrick.Aden-Buie@moffitt.org",
comment = c(ORCID = "0000-0002-7111-0077")),
person(given = "Jordan",
family = "Creed",
role = "aut",
email = "Jordan.H.Creed@moffitt.org"),
person(given = "Travis",
family = "Gerke",
role = "aut",
email = "Travis.Gerke@moffitt.org",
comment = c(ORCID = "0000-0002-9500-8907")))
Description: Helper functions for processing data from the
Florida Cancer Data System.
License: MIT + file LICENSE
URL: https://github.com/GerkeLab/fcds
BugReports: https://github.com/GerkeLab/fcds/issues
Depends:
R (>= 3.2.3)
Imports:
dplyr (>= 1.0.0),
glue (>= 1.2.0),
labelled,
magrittr,
purrr,
readr,
rlang (>= 0.3.1),
tidyr,
tidyselect,
tools,
utils,
yaml
Suggests:
ggplot2,
knitr,
leaflet,
rmarkdown,
sf,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1