-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNEWS
94 lines (67 loc) · 2.41 KB
/
NEWS
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
version 0.15.1
- experiment with a second SDG mode that allows changes in individual causes of
death;
version 0.14.2
- Update docker container;
version 0.14.0
- Fix bug related to lack of maternal mortality data when male population is selected;
- Fix bug in the under 5 mortality reduction method;
version 0.13.0
- Include the maternal and neonatal mortality in the SDG section;
version 0.12.2
- Add the servedMode argument in the run_app() function that would allow the user
to select the datasource at the launch of the application.
version 0.10.0
- Create datatab corresponding to dashboard figures (lifetables, cod distributions and decomposition values)
version 0.9.0
- Update database by adding macro-regions
version 0.8.2
- remove home page tab
version 0.8.1
- bug fixes. Minor but important.
version 0.8.0
- rebrand the developing R package from MortalityCauses to lemur
version 0.7.0
- add data.table filtering - major update
version 0.6.0
- make the figures plotly.
version 0.5.5
- sdg mode working. Not with refrence to 2015 values, but working without errors.
version 0.5.4
- bug fixes;
- sdg mode still not working.
version 0.5.3
- update datasets processing;
- make the sdg mode functional.Now we only need to make it work correctly and
will all the inputs.
version 0.5.2
- include tooltips to save dashboard real-estate;
- now shiny app is operational except the SDG mode.
version 0.5.1
- specify glue and purrr dependencies, remove some more warnings.
version 0.5.0
- Add yearly COD data and also a SDG classification.
- Re-run the data preprocessing scripts.
- No tests have been performed on the shiny app, so probably contains fatal bugs. To be verified in the next version.
version 0.4.5
- Fix bug issues in map;
version 0.4.5
- Add dynamic map and start the SDG mode;
version 0.3.0
- Start dashboard development;
version 0.2.0
- Include the function to compute life expectancy decomposition by age and cod;
version 0.1.0
- add function to compute cause modified life tables;
version 0.0.6
- Create function for performing decomposition of age-specific mortality
contributions in life expectancy: decompose_ex_by_age().
version 0.0.5
- Add GBD life tables consistent with the COD data over the 204 regions. Also, include hierarchical maps of the data.
version 0.0.3
- Add GBD data;
version 0.0.2
- Add WPP data;
version 0.0.1
- Start with a {golem} skeleton;
- Added a `NEWS` file to track changes to the package.