-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 1.27 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
Package: PopulateR
Type: Package
Title: Create Data Frames for the Microsimulation of Human Populations
Version: 1.0
Authors@R: c(
person("Michelle", "Gosse", email="[email protected]", role=c("aut","cre","cph")),
person("Jonathan", "Marshall",email="[email protected]", role="aut"),
person("Mark", "Bebbington", email="[email protected]", role="ctb"))
Maintainer: Michelle Gosse <[email protected]>
Description: Tools for constructing detailed synthetic human populations
from frequency tables. Add ages based on age groups and sex, create households, add
students to education facilites, create employers, add employers to employees, and
create interpersonal networks.
Depends: R (>= 4.0)
Imports: brainGraph (>= 3.1.0),
data.table (>= 1.16.2),
dplyr (>= 1.1.4),
igraph (>= 2.1.1),
magrittr (>= 2.0.3),
PearsonDS (>= 1.3.1),
plyr (>= 1.8.9),
rlang (>= 1.1.4),
sn (>= 2.1.1),
tidyr (>= 1.3.1),
tidyselect (>= 1.2.1),
withr (>= 3.0.2)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/programgirl/PopulateR
BugReports: https://github.com/programgirl/PopulateR/issues