-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
46 lines (46 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
37
38
39
40
41
42
43
44
45
46
Package: demCore
Title: Core Functions for Demography
Version: 0.0.0.9000
Authors@R: c(person("Katie", "Paulson", email = "[email protected]", role = "aut"),
person("Grant", "Nguyen", email = "[email protected]", role = "aut"),
person("Charlton", "Callender", email = "[email protected]", role = "aut"),
person("Spencer", "Pease", email = "[email protected]", role = "aut"),
person("Haidong", "Wang", email = "[email protected]", role = "cre"),
person("Institute for Health Metrics and Evaluation", role = c("cph", "fnd")))
URL: https://github.com/ihmeuw-demographics/demCore/
Description: Basic demography calculations including life table conversions,
ccmpp, calculating tfr, nrr, leslie matrices etc.
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
knitr,
rmarkdown,
kableExtra,
markdown,
spelling,
covr,
devtools,
ggplot2,
scales,
LexisPlotR
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Language: en-US
Imports:
data.table,
assertable (>= 0.2.7),
checkmate,
assertthat,
testthat,
pryr,
purrr,
Rdpack,
hierarchyUtils,
demUtils
Remotes:
ihmeuw-demographics/hierarchyUtils,
ihmeuw-demographics/demUtils
Depends: R (>= 2.10)
RdMacros: Rdpack