-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
94 lines (94 loc) · 2.17 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
90
91
92
93
94
Package: simChef
Title: Intensive Computational Experiments Made Easy
Version: 0.1.0.9000
Authors@R: c(
person("Tiffany", "Tang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8079-6867")),
person("James", "Duncan", , "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0003-3297-681X")),
person("Corrine F.", "Elliott", role = "ctb",
comment = c(ORCID = "0000-0001-7935-9945")),
person("Philippe", "Boileau", role = "ctb",
comment = c(ORCID = "0000-0002-4850-2507")),
person("Yu", "Bin", role = "ths",
comment = c(ORCID = "0000-0002-8888-4060"))
)
Description: Helps cook up the code necessary to create a fully-realized,
high-quality, reproducible, and transparently documented simulation
experiment.
License: GPL (>= 3)
URL: https://yu-group.github.io/simChef
BugReports: https://github.com/Yu-Group/simChef/issues
Imports:
data.table,
dplyr (>= 1.1.0),
future,
future.apply,
knitr,
lifecycle,
purrr,
R.utils,
R6,
rlang,
rmarkdown,
stringr,
tibble,
tidyr,
tidyselect,
vthemes (>= 0.1.0),
yardstick
Suggests:
broom,
callr,
fontawesome,
fs,
future.callr,
ggplot2,
glmnet,
here,
lobstr,
MASS,
plotly,
progressr (>= 0.9.0),
ranger,
renv,
rstudioapi,
testthat (>= 3.1.0),
usethis,
vdiffr,
withr (>= 2.5.0),
ymlthis
VignetteBuilder:
knitr
Remotes:
Yu-Group/vthemes
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'dgp.R'
'docs.R'
'evaluator-lib-feature-selection.R'
'evaluator-lib-inference.R'
'evaluator-lib-prediction.R'
'evaluator-lib-utils.R'
'evaluator.R'
'experiment-helpers.R'
'experiment-utils.R'
'utils.R'
'experiment.R'
'globals.R'
'init-dir.R'
'method.R'
'run-tests.R'
'signals.R'
'use_templates.R'
'utils-rmd.R'
'utils-templates.R'
'visualizer-lib-feature-selection.R'
'visualizer-lib-inference.R'
'visualizer-lib-prediction.R'
'visualizer-lib-utils.R'
'visualizer.R'
'zzz.R'