-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathDESCRIPTION
24 lines (24 loc) · 1.15 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
Package: demography
Version: 2.0.0.9000
Title: Forecasting Mortality, Fertility, Migration and Population Data
Description: Functions for demographic analysis including lifetable
calculations; Lee-Carter modelling; functional data analysis of
mortality rates, fertility rates, net migration numbers; and
stochastic population forecasting.
Depends: R (>= 3.4), forecast (>= 8.5)
Imports: ftsa (>= 4.8), rainbow, cobs, mgcv, strucchange, HMDHFDplus (>= 2.0.3)
LazyData: yes
ByteCompile: TRUE
Authors@R: c(
person("Rob", "Hyndman", email = "Rob.Hyndman@monash.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-2140-5352")),
person("Heather", "Booth", role = "ctb", comment = c(ORCID = "0000-0002-8356-0534")),
person("Leonie", "Tickle", role = "ctb", comment = c(ORCID = "0000-0002-6612-2401")),
person("John", "Maindonald", role = "ctb"),
person("Simon", "Wood", role = "ctb"),
person("R Core Team", role = "ctb")
)
URL: https://pkg.robjhyndman.com/demography/, https://github.com/robjhyndman/demography
BugReports: https://github.com/robjhyndman/demography/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2