-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.19 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
Package: sims
Title: Simulate Data from R or 'JAGS' Code
Version: 0.0.4
Authors@R: c(
person("Audrey", "Beliveau", , "[email protected]", role = c("aut", "cre")),
person("Joe", "Thorley", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0002-7683-4592"))
)
Description: Generates data from R or 'JAGS' code for use in simulation
studies. The data are returned as an 'nlist::nlists' object and/or
saved to file as individual '.rds' files. Parallelization is
implemented using the 'future' package. Progress is reported using
the 'progressr' package.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/sims, https://poissonconsulting.github.io/sims/
BugReports: https://github.com/poissonconsulting/sims/issues
Depends:
R (>= 4.0.0)
Imports:
chk,
future.apply,
nlist,
parallel,
stats,
yesno
Suggests:
covr,
future,
knitr,
progressr,
rjags,
rmarkdown,
spelling,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: JAGS 4.x.y