Package: simulator
Title: An Engine for Running Simulations
Version: 0.2.0
Date: 2016-07-11
Authors@R: person("Jacob", "Bien", email = "jbien@cornell.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
    <http://faculty.bscb.cornell.edu/~bien/simulator.pdf>.
Depends: R (>= 3.2.0)
Imports: methods, graphics, grDevices, stats, utils, magrittr
Suggests: digest, ggplot2, knitr, rmarkdown, testthat, glmnet, mvtnorm
License: GPL-3
LazyData: true
VignetteBuilder: knitr
URL: http://github.com/jacobbien/simulator
BugReports: http://github.com/jacobbien/simulator/issues
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: 5.0.1
NeedsCompilation: no
Packaged: 2016-07-12 05:25:30 UTC; jbien
Author: Jacob Bien [aut, cre]
Maintainer: Jacob Bien <jbien@cornell.edu>
Repository: CRAN
Date/Publication: 2016-07-12 10:55:18
