forked from VanAndelInstitute/ExpDesign2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
89 lines (89 loc) · 2.2 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: ExpDesign2021
Type: Package
Title: A helper to make sure requirements are installed for ExpDesign2021
Description: For the practical sessions in Experimental Design & Biostats 2021,
we rely upon a fair number of other packages. This small package
makes sure they're installed, and provides a script in inst/extdata
which demonstrates how to make a package from a skeleton. That
script was, in fact, used to create this package. The motivation
for using tidy models and Rmarkdown output is summarized in
\url{https://bookdown.org/yihui/rmarkdown/basics-examples.html#homework-assignments-on-rpubs}. Knitted documents can be published directly from
Rstudio to \url{https://rpubs.com/}, so all that's left is to make
sure that dependencies for assignments are in place. This package
also includes a few convenience functions (phelp, lsos, etc.).
Version: 0.11.08
Date: 2021-11-08
Authors@R: person("Triche", "Lab", role=c("aut", "cre"), email="[email protected]")
Author: Triche Lab [aut, cre]
Maintainer: Triche Lab <[email protected]>
URL: https://github.com/VanAndelInstitute/ExpDesign2021
BugReports: https://github.com/VanAndelInstitute/ExpDesign2021/issues
License: GPLv3
Depends:
R (>= 4.0.0),
conflicted,
ggforce,
googlesheets4,
moderndive,
tidyverse,
tidymodels
Imports:
BiocManager,
broom,
broom.mixed,
corrr,
datasets,
devtools,
dials,
downlit,
dplyr,
factoextra,
ggforce,
ggplot2,
ggthemes,
glmnet,
infer,
ISLR,
ISLR2,
kernlab,
kknn,
klaR,
knitr,
lme4,
mclust,
modeldata,
paletteer,
parsnip,
patchwork,
Polychrome,
proxy,
purrr,
randomForest,
readr,
recipes,
remotes,
rmarkdown,
roxygen2,
rpart,
rpart.plot,
rsample,
scico,
skeletor,
skimr,
tibble,
tidyr,
tidytext,
tidyverse,
tune,
vip,
workflows,
workflowsets,
xgboost,
yardstick
Suggests:
covr,
testthat,
tidySingleCellExperiment
RoxygenNote: 7.1.2
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)