-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS.Rmd
70 lines (47 loc) · 1.72 KB
/
NEWS.Rmd
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Rcan news
## 1.3.90
* Fixed EAPC calculation to get correct CI.
* manage data.table input and output
* update deprecated "size" with "linewidth"
* update CI5XI data to CI5XII data
## 1.3.82
* fix for R 4.1.0 (factor variable do not accept numeric operation anymore)
## 1.3.81
* Add other standard population for ASR
* Add warning if age value < 0 or age value > 150
## 1.3.80
* Add cumulative risk calculation
* Add crude rate calculation in csu_asr function
* Several age format are now accepted
* Correction typo in help files
## 1.3.72
* Improve warnings system
* Force csu_ageSpecific_top grup_by parameter to factor
* "year" accepted as variable name in csu_group_cases
* ICD grouping accepted other letters than C
* keep age format in csu_merge_cases_pop
* Allow year in group_by parameter for csu_merge_cases_pop
* Create missing age group for csu_group_cases
## 1.3.71
* Update CI5 data to CI5XI data
* Fix calculation in age specific rate for population with less that 18 age group
* Fix error in hidden function affecting CanReg5 software
* Edit documentation
* Add warnings
## 1.3.70
* Add "csu_group_cases" function to group individual data into 5 years age-group data
* Add "csu_merge_cases_pop" function to merge registry data and population data
* Add "csu_bar_top" function to plot single-sided or double-sided top X bar chart
## 1.3.64
* fix bug in graphics title
## 1.3.63
* Add option to select CI level for EAPC.
* Change default CI level from 90% to 95%.
## 1.3.62
* Add option to customize axis label in hidden function.
## 1.3.61
* Edit Title, description from CRAN submission.
* Remove unused hidden function.
## 1.3.6
* add NEWS.RMD :)
* This is a new CRAN submission, so there is no news for this release.