-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 865 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: holodeck
Title: A Tidy Interface for Simulating Multivariate Data
Version: 0.2.2.9000
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
biocViews:
Imports:
dplyr,
tibble,
MASS,
purrr,
rlang,
assertthat
RoxygenNote: 7.2.3
URL: https://github.com/Aariq/holodeck
BugReports: https://github.com/Aariq/holodeck/issues
Suggests:
testthat,
covr,
knitr,
rmarkdown,
mice,
ggplot2
VignetteBuilder: knitr