Package: sims Title: Simulate Data from R or 'JAGS' Code Version: 0.0.4 Authors@R: c( person("Audrey", "Beliveau", , "audrey.beliveau@uwaterloo.ca", role = c("aut", "cre")), person("Joe", "Thorley", , "joe@poissonconsulting.ca", 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 Config/Needs/website: poissonconsulting/poissontemplate Config/pak/sysreqs: jags Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2025-01-15 15:55:31 UTC RemoteUrl: https://github.com/poissonconsulting/sims RemoteRef: HEAD RemoteSha: b60d70ff7d84bb190153ee901904f0045d404be0 NeedsCompilation: no Packaged: 2026-06-23 10:44:19 UTC; root Author: Audrey Beliveau [aut, cre], Joe Thorley [aut] (ORCID: ) Maintainer: Audrey Beliveau