forked from DanChaltiel/nih.joinpoint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.08 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
Package: nih.joinpoint
Version: 0.1.0.9001
Title: R Interface for NIH's Joinpoint Regression Software
Authors@R:
c(person(given = "Dan",
family = "Chaltiel",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3488-779X")))
Description: Functions to easily use National Institute of Health (NIH)'s 'Joinpoint Regression Software'.
You **must** download and install the software beforehand at <https://surveillance.cancer.gov/joinpoint/callable/>.
NIH's approval will be needed to download the executable.
License: GPL-3
URL: https://github.com/DanChaltiel/nih.joinpoint/
BugReports: https://github.com/DanChaltiel/nih.joinpoint/issues/
Depends:
R (>= 3.1.0)
Imports:
dplyr (>= 1.0.0),
forcats,
glue,
ggplot2,
janitor,
purrr,
rlang (>= 0.4.7),
readr,
tibble,
tidyselect,
patchwork,
zoo
Suggests:
covr,
crayon,
knitr,
lifecycle,
rmarkdown,
systemfonts,
testthat,
tidyverse,
withr,
waldo
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1