-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.18 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
Package: DemoKin
Title: Estimate Population Kin Distribution
Description: Estimate population kin counts and its distribution by type, age and sex.
The package implements one-sex and two-sex framework for studying living-death availability,
with time varying rates or not, and multi-stage model.
Version: 1.0.3
Authors@R: c(
person("Iván", "Williams", email = "[email protected]", role = "cre"),
person("Diego", "Alburez-Gutierrez", email = "[email protected]", role = "aut"),
person("Xi", "Song", email = "[email protected]", role = "ctb"),
person("Caswell", "Hal", email = "[email protected]", role = "ctb"))
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
ggplot2
VignetteBuilder: knitr
Imports:
dplyr,
tidyr,
purrr,
progress,
matrixcalc,
Matrix,
MASS,
stats,
igraph,
magrittr,
data.table,
lifecycle,
tictoc,
reshape2
URL: https://github.com/IvanWilli/DemoKin
BugReports: https://github.com/IvanWilli/DemoKin/issues
Depends:
R (>= 2.10)
Config/testthat/edition: 3