-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
26 lines (26 loc) · 768 Bytes
/
DESCRIPTION
File metadata and controls
26 lines (26 loc) · 768 Bytes
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
Package: RStateCancerProfiles
Type: Package
Title: Download data from the U.S. State Cancer Profiles database
Version: 0.1.0
Authors@R: c(
person("Herb", "Susmann", email="susmann@silentspring.org", role=c("cre","aut")),
person("Silent Spring Institute", role="cph")
)
URL: http://github.com/silentspringinstitute/RStateCancerProfiles
BugReports: http://github.com/silentspringinstitute/RStateCancerProfiles/issues
Description: Tools for downloading cancer incidence, mortality, and trend data from the U.S. State Cancer Profiles.
License: Apache License 2.0 | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Depends:
R (>= 3.0)
Imports: readr,
dplyr,
stringr,
maps
Suggests:
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr