-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.88 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
51
52
53
54
55
56
57
58
59
Package: DemoTools
Type: Package
Title: Standardize, Evaluate, and Adjust Demographic Data
Version: 01.13.83
Date: 2024-12-06
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("Sara", "Hertog", role = "aut"),
person("Sean", "Fennell", role = "aut"),
person("Peter", "Johnson", role = "ctb"),
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.6),
Rcpp (>= 0.12.0),
Suggests:
covr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
markdown,
DT,
ggplot2
RdMacros: Rdpack
Imports:
data.table (>= 1.13.6),
demogR,
DemoToolsData (>= 0.1.5),
dplyr,
fertestr (>= 0.10.00),
lubridate,
magrittr,
MortalityLaws (>= 1.7.0),
Rdpack,
rlang,
rstan (>= 2.18.1),
tibble,
tidybayes,
ungroup (>= 1.4.2)
BugReports: https://github.com/timriffe/DemoTools/issues
Remotes:
github::timriffe/fertestr,
github::timriffe/DemoToolsData,
github::timriffe/MortalityLaws
Encoding: UTF-8
VignetteBuilder: knitr