Package: simpr
Type: Package
Title: Flexible 'Tidyverse'-Friendly Simulations
Version: 0.2.2
Authors@R: c(
   person("Ethan", "Brown", email = "ecbrown@umn.edu", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3419-7465")),
   person("Jeffrey", "Bye", email = "jbye@umn.edu", role = c("ctb")))
Description: A general, 'tidyverse'-friendly framework 
  for simulation studies, design analysis, and power analysis. 
  Specify data generation, define varying parameters, generate data, 
  fit models, and tidy model results in a single pipeline, without 
  needing loops or custom functions.
License: GPL-2
Encoding: UTF-8
URL: https://statisfactions.github.io/simpr/,
        https://github.com/statisfactions/simpr/
BugReports: https://github.com/statisfactions/simpr/issues/
Depends: R (>= 4.0.0)
Imports: broom, dplyr, furrr, generics, purrr, magrittr, rlang, tibble,
        tidyr (>= 1.2.0), tidyselect
RoxygenNote: 7.1.2
Suggests: MASS, testthat, ggplot2, knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-02-12 22:14:20 UTC; brow3821
Author: Ethan Brown [aut, cre] (<https://orcid.org/0000-0003-3419-7465>),
  Jeffrey Bye [ctb]
Maintainer: Ethan Brown <ecbrown@umn.edu>
Repository: CRAN
Date/Publication: 2022-02-13 00:40:02 UTC
Built: R 4.0.5; ; 2022-02-13 11:47:09 UTC; unix
