-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
28 lines (28 loc) · 955 Bytes
/
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
Package: rsocsim
Type: Package
Title: SOCSIM with R
Version: 1.5.9
Date: 2023-03-17
Author: Tom Theile and Diego Alburez-Gutierrez
Maintainer: Tom Theile <theile@demogr.mpg.de>
Authors@R: c(
person("Tom", "Theile", role = c("aut", "cre"), email = "theile@demogr.mpg.de", comment = c(ORCID = "0000-0003-0573-9093")),
person("Diego", "Alburez-Gutierrez", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0573-9093")),
person("Mallika", "Snyder", role = c("aut", "cre")),
person("Liliana P.", "Calderón-Bernal", role = c("aut", "cre"))
)
Description: Install and run socsim microsimulations from within R with this R-package.
License: GPL (>= 2)
Imports: Rcpp (>= 1.0.5),
future,
parallel,
magrittr
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/MPIDR/rsocsim,
https://mpidr.github.io/rsocsim/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)