-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1015 Bytes
/
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
Package: cancerprof
Title: API Client for State Cancer Profiles
Version: 0.1.0
Authors@R:
person("Brian", "Park", , "joon.brianpark@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0009-0008-8274-3057"))
Description: An interface for retrieving data from the NIH NCI State Cancer Profiles API <https://statecancerprofiles.cancer.gov/>. State Cancer Profiles provides information about data topics including demographics, screening and risk factors, cancer incidence, and mortality for US states, counties, and health service areas.
License: MIT + file LICENSE
URL: https://github.com/getwilds/cancerprof, https://getwilds.org/cancerprof/
BugReports: https://github.com/getwilds/cancerprof/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
cdlTools,
cli,
dplyr,
httr2,
magrittr,
rlang,
stringr,
utils
Suggests:
knitr,
rmarkdown,
testthat
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)