-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.04 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
Package: Rcan
Version: 1.3.91
Title: Cancer Registry Data Analysis and Visualisation
Date: 2024-09-17
Authors@R: c(
person("Mathieu", "Laversanne", , "[email protected]", c("aut", "cre")),
person("Jerome", "Vignat", , "[email protected]", c("aut")),
person("Cancer Surveillance Unit", role = "cph")
)
Author: Mathieu Laversanne [aut, cre], Jerome Vignat [aut], Cancer Surveillance Unit [cph]
Maintainer: Mathieu Laversanne <[email protected]>
Depends: R (>= 3.5)
Description: Tools for basic and advance cancer statistics and graphics.
Groups individual data, merges registry data and population data, calculates age-specific rate, age-standardized rate, cumulative risk, estimated annual percentage rate with standards error. Creates graphics across variable and
time, such as age-specific trends, bar chart and period-cohort trends.
License: GPL (>=2)
URL: https://github.com/timat35/Rcan
LazyLoad: yes
Imports:
data.table,
stats,
ggplot2,
grid,
scales,
grDevices,
graphics,
utils
Suggests: testthat
RoxygenNote: 7.3.2