Package: simulator Title: An Engine for Running Simulations Version: 0.2.4 Date: 2023-02-01 Authors@R: person("Jacob", "Bien", email = "jbien@usc.edu", role = c("aut", "cre")) Description: A framework for performing simulations such as those common in methodological statistics papers. The design principles of this package are described in greater depth in Bien, J. (2016) "The simulator: An Engine to Streamline Simulations," which is available at . Depends: R (>= 3.5.0) Imports: methods, graphics, grDevices, stats, utils, magrittr Suggests: digest, ggplot2, knitr, rmarkdown, testthat, glmnet, mvtnorm License: GPL-3 VignetteBuilder: knitr URL: https://github.com/jacobbien/simulator BugReports: https://github.com/jacobbien/simulator/issues Encoding: UTF-8 Collate: 'evals-class.R' 'output-class.R' 'component-class.R' 'model-class.R' 'draws-class.R' 'reference-classes.R' 'simulation-class.R' 'add-to-simulation.R' 'aggregator-class.R' 'utils.R' 'create.R' 'draws.R' 'evaluate.R' 'metric-class.R' 'method-class.R' 'examples.R' 'extended-method-class.R' 'get-from-simulation.R' 'import_from.R' 'load.R' 'manage.R' 'method-extension-class.R' 'methods.R' 'models.R' 'parallel-draws.R' 'parallel-methods.R' 'parallel.R' 'plot_eval.R' 'plot_eval_by.R' 'plot_evals.R' 'tables.R' 'zzz.R' RoxygenNote: 7.2.3 Repository: https://jacobbien.r-universe.dev Date/Publication: 2023-02-02 07:53:44 UTC RemoteUrl: https://github.com/jacobbien/simulator RemoteRef: HEAD RemoteSha: 3d325ec78d48c57cbdc16d1455c2ffcc85ae8bb1 NeedsCompilation: no Packaged: 2026-06-22 09:25:10 UTC; root Author: Jacob Bien [aut, cre] Maintainer: Jacob Bien