-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
36 lines (36 loc) · 1.29 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
Package: MortalityLaws
Type: Package
Title: Parametric Mortality Models, Life Tables and HMD
Version: 2.1.0
Authors@R: c(
person("Marius D.", "Pascariu", role = c("aut", "cre", "cph"), email = "[email protected]", comment = c(ORCID = "0000-0002-2568-6489")),
person("Vladimir", "Canudas-Romo", role = "ctb"))
Maintainer: Marius D. Pascariu <[email protected]>
Description: Fit the most popular human mortality 'laws', and construct
full and abridge life tables given various input indices. A mortality
law is a parametric function that describes the dying-out process of
individuals in a population during a significant portion of their
life spans. For a comprehensive review of the most important mortality
laws see Tabeau (2001) <doi:10.1007/0-306-47562-6_1>.
Practical functions for downloading data from various human mortality
databases are provided as well.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.0.0)
Imports:
minpack.lm (>= 1.2),
RCurl (>= 1.95),
pbapply (>= 1.3-4),
tidyr (>= 0.8.1),
rvest (>= 1.0.3),
httr (>= 1.4.5),
methods
Suggests:
testthat,
knitr,
rmarkdown
URL: https://github.com/mpascariu/MortalityLaws
BugReports: https://github.com/mpascariu/MortalityLaws/issues
Encoding: UTF-8
RoxygenNote: 7.3.0
VignetteBuilder: knitr