Package: simhelpers
Type: Package
Title: Helper Functions for Simulation Studies
Version: 0.1.0
Authors@R: c(
    person(given = "Megha", 
           family = "Joshi", 
           email = "megha.j456@gmail.com", 
           role = c("aut", "cre")),
    person(given = "James", 
           family = "Pustejovsky", 
           email = "jepusto@gmail.com", 
           role = c("aut"), 
           comment = c(ORCID = "0000-0003-0591-9465")))
Maintainer: Megha Joshi <megha.j456@gmail.com>
Description: Calculates performance criteria measures and associated Monte Carlo standard errors for simulation results. Includes functions to help run simulation studies. Our derivation and explanation of formulas and our general simulation workflow is closely aligned with the approach described by Morris, White, and Crowther (2019) <DOI: 10.1002/sim.8086>. 
URL: https://meghapsimatrix.github.io/simhelpers/index.html
BugReports: https://github.com/meghapsimatrix/simhelpers/issues
Depends: R (>= 2.10)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
SystemRequirements: RStudio
Imports: rlang, stats, dplyr, furrr, future, magrittr, utils, purrr,
        tibble, rstudioapi, Rdpack, tidyr
Suggests: plyr, knitr, rmarkdown, pkgdown, covr, testthat, kableExtra,
        ggplot2, broom
RdMacros: Rdpack
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-03-31 14:04:42 UTC; meghajoshi
Author: Megha Joshi [aut, cre],
  James Pustejovsky [aut] (<https://orcid.org/0000-0003-0591-9465>)
Repository: CRAN
Date/Publication: 2020-03-31 15:00:06 UTC
