Package: SimDesign Title: Structure for Organizing Monte Carlo Simulation Designs Version: 2.25.4 Authors@R: c(person("Phil", "Chalmers", email = "rphilip.chalmers@gmail.com", role = c("aut", "cre"), comment = c(ORCID="0000-0001-5332-2810")), person("Matthew", "Sigal", role = c("ctb")), person("Ogreden", family="Oguzhan", role = c("ctb")), person("Mikko", family="Rönkkö", role = c("aut")), person("Moritz", family="Ketzer", role = c("ctb"))) Description: Provides tools to safely and efficiently organize and execute Monte Carlo simulation experiments in R. The package controls the structure and back-end of Monte Carlo simulation experiments by utilizing a generate-analyse-summarise workflow. The workflow safeguards against common simulation coding issues, such as automatically re-simulating non-convergent results, prevents inadvertently overwriting simulation files, catches error and warning messages during execution, implicitly supports parallel processing with high-quality random number generation, and provides tools for managing high-performance computing (HPC) array jobs submitted to schedulers such as SLURM. For a pedagogical introduction to the package see Sigal and Chalmers (2016) . For a more in-depth overview of the package and its design philosophy see Chalmers and Adkins (2020) . VignetteBuilder: knitr Depends: R (>= 4.1.0) Imports: methods, testthat, parallel, parallelly, dplyr, sessioninfo, beepr, pbapply (>= 1.3-0), future, future.apply, progressr, R.utils, codetools, clipr, e1071, qs2, stats Suggests: snow, knitr, ggplot2, tidyr, purrr, shiny, copula, extraDistr, renv, cli, job, future.batchtools, FrF2, rmarkdown, RPushbullet, mirai, httr License: GPL (>=2) ByteCompile: yes LazyData: true URL: http://philchalmers.github.io/SimDesign/, https://github.com/philchalmers/SimDesign/wiki Encoding: UTF-8 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: cmake make libuv1-dev libx11-dev Repository: https://philchalmers.r-universe.dev Date/Publication: 2026-06-24 14:12:24 UTC RemoteUrl: https://github.com/philchalmers/simdesign RemoteRef: HEAD RemoteSha: db2cc2b8e7b972c134b6ca64558e24733396f0ba NeedsCompilation: no Packaged: 2026-06-24 16:27:18 UTC; root Author: Phil Chalmers [aut, cre] (ORCID: ), Matthew Sigal [ctb], Ogreden Oguzhan [ctb], Mikko Rönkkö [aut], Moritz Ketzer [ctb] Maintainer: Phil Chalmers