-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
50 lines (50 loc) · 1.75 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
48
49
50
Package: lemur
Title: Life expectancy monitor upscaled in R
Version: 0.16.0
Authors@R: c(
person("Marius D.", "Pascariu", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-2568-6489")),
person("Jose Manuel", "Aburto", role = "aut", comment = c(ORCID = "0000-0002-2926-6879")),
person("Daniel", "Valdenegro", role = "ctb"),
person("Vladimir", "Canudas-Romo", role = "aut", comment = c(ORCID = "0000-0001-6532-0089"))
)
Description: The life expectancy monitoring tool allows the user to selected
mortality changes over the entire lifespan or at specific ages, as well as
for overall mortality or for specific causes of death. For example, how
would life expectancy look if cardiovascular mortality were to be reduced
by 50%? Or how would life expectancy look if infant mortality was eliminated?
The tool facilitates assessing changes and comparisons in life expectancy
under those selected scenarios of mortality change. Furthermore, the tool
lets the user compare cause-of-death profiles and life expectancies across
time, countries and sexes.
License: GPL (>= 3) + file LICENSE
Imports:
data.table (>= 1.16.0),
DT (>= 0.33),
glue (>= 1.7.0),
ggplot2 (>= 3.5.1),
htmltools (>= 0.5.8.1),
leaflet (>= 2.2.2),
leaflet.extras (>= 2.0.1),
purrr (>= 1.0.2),
sf (>= 1.0-17),
MortalityLaws (>= 2.1.0),
dplyr (>= 1.1.4),
tidyr (>= 1.3.1),
tibble (>= 3.2.1),
shiny (>= 1.9.1),
shinydashboard (>= 0.7.2),
shinyBS (>= 0.61.1),
shinyWidgets (>= 0.8.7),
shinyjs (>= 2.1.0),
plotly (>= 4.10.4),
golem (>= 0.5.1),
DBI (>= 1.2.3),
RPostgres (>= 1.4.7),
markdown (>= 1.13)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
testthat (>= 3.0.0)
Depends:
R (>= 4.3.0)