Package: simulator
Title: An Engine for Running Simulations
Version: 0.2.5
Date: 2023-02-02
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 <arXiv:1607.00021>.
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
NeedsCompilation: no
Packaged: 2023-02-02 16:33:59 UTC; jacobbien
Author: Jacob Bien [aut, cre]
Maintainer: Jacob Bien <jbien@usc.edu>
Repository: CRAN
Date/Publication: 2023-02-04 07:50:02 UTC
Built: R 4.6.0; ; 2025-10-14 01:33:24 UTC; windows
