Package: holodeck
Title: A Tidy Interface for Simulating Multivariate Data
Version: 0.2.1
Authors@R: 
    person(given = "Eric",
           family = "Scott",
           role = c("aut", "cre"),
           email = "scottericr@gmail.com",
           comment =c(ORCID = "0000-0002-7430-7879"))
Description: Provides pipe-friendly (%>%) wrapper functions for MASS::mvrnorm() to create simulated multivariate data sets
    with groups of variables with different degrees of variance, covariance, and effect size. 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
Imports: 
    dplyr,
    tibble,
    MASS,
    purrr,
    rlang,
    assertthat
RoxygenNote: 7.1.0
URL: https://github.com/Aariq/holodeck
BugReports: https://github.com/Aariq/holodeck/issues
Suggests: 
    testthat,
    covr,
    knitr,
    rmarkdown,
    mice,
    ggplot2
VignetteBuilder: knitr
