forked from timriffe/DemoTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
50 lines (50 loc) · 1.59 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: DemoTools
Type: Package
Title: Standardize, Evaluate, and Adjust Demographic Data
Version: 01.09.03
Date: 2020-09-04
Authors@R: c(
person("Tim", "Riffe", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-2673-4622")),
person("José Manuel", "Aburto", role = "aut", comment = c(ORCID = "0000-0002-2926-6879")),
person("Ilya", "Kashnitsky", role = "aut", comment = c(ORCID = "0000-0003-1835-8687")),
person("Monica", "Alexander", role = "aut", comment = c(ORCID = "0000-0002-8135-3435")),
person("Marius D.", "Pascariu", role = "aut", comment = c(ORCID = "0000-0002-2568-6489")),
person("Sean", "Fennell", role = "aut"),
person("Jorge", "Cimentada", role = "ctb", comment = c(ORCID = "0000-0001-5594-1156")),
person("Juan", "Galeano", role = "ctb", comment = c(ORCID = "0000-0002-3682-1797")),
person("Derek", "Burk", role = "ctb"),
person("Greg", "Freedman Ellis", role = "ctb"))
Description: A collection of classic demographic methods used to evaluate, adjust, and standardize demographic data.
License: file LICENSE
LazyLoad: yes
LazyData: true
RoxygenNote: 7.1.1
Depends:
R (>= 3.6),
Rcpp (>= 0.12.0)
Suggests:
covr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
DT,
ggplot2,
bibtex (>= 0.4.2)
RdMacros: Rdpack
Imports:
demogR,
dplyr,
magrittr,
methods,
MortalityLaws (>= 1.7.0),
RcppParallel (>= 5.0.1),
Rdpack,
rlang,
rstan (>= 2.18.1),
tibble,
tidybayes,
ungroup
BugReports: https://github.com/timriffe/DemoTools/issues
Encoding: UTF-8
VignetteBuilder: knitr