Package: SimEngine
Type: Package
Title: An Open-Source Framework for Statistical Simulations in R
Version: 1.0.0
Authors@R: c(person("Avi", "Kenny", email = "avikenny@uw.edu", role = c("aut", "cre")),
             person("Charles", "Wolock", email = "cwolock@uw.edu", role = "aut"))
Description: An open-source R package for structuring, maintaining, running, and debugging statistical simulations on both local and cluster-based computing environments. Emphasis is placed on thorough documentation and scalability. See full documentation at <https://avi-kenny.github.io/SimEngine/>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: magrittr
Imports: dplyr, parallel, pbapply, data.table, rlang, methods
Suggests: covr, knitr, rmarkdown, testthat (>= 2.1.0), tidyr, ggplot2,
        sandwich
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-25 16:21:22 UTC; avike
Author: Avi Kenny [aut, cre],
  Charles Wolock [aut]
Maintainer: Avi Kenny <avikenny@uw.edu>
Repository: CRAN
Date/Publication: 2021-09-27 09:50:12 UTC
