Package: sims
Title: Simulate Data from R or 'JAGS' Code
Version: 0.0.3
Authors@R: 
    c(person(given = "Audrey",
             family = "Beliveau",
             role = "aut",
             email = "audrey.beliveau@uwaterloo.ca"),
      person(given = "Joe",
             family = "Thorley",
             role = c("aut", "cre"),
             email = "joe@poissonconsulting.ca",
             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
Depends: R (>= 3.6)
Imports: chk, future.apply, nlist, parallel, stats, yesno
Suggests: covr, future, knitr, progressr, rjags, rmarkdown, testthat
        (>= 3.0.0), withr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-09-20 12:18:27 UTC; joe
Author: Audrey Beliveau [aut],
  Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>)
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2021-09-20 18:50:02 UTC
Built: R 4.1.0; ; 2021-09-21 12:26:59 UTC; unix
