-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
63 lines (63 loc) · 1.36 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
Package: ck37r
Title: Chris Kennedy's R Toolkit
Version: 1.0.3
Authors@R:
person(given = "Chris",
family = "Kennedy",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7444-2766"))
Description: Toolkit for statistical, machine learning, and targeted learning
analyses. Functionality includes loading & auto-installing packages,
standardizing datasets, creating missingness indicators, imputing missing
values, creating multicore or multinode clusters, automatic SLURM
integration, enhancing SuperLearner and TMLE with automatic parallelization,
and many other SuperLearner analysis & plotting enhancements.
URL: https://github.com/ck37/ck37r
BugReports: https://github.com/ck37/ck37r/issues
Depends:
R (>= 3.1.0)
Imports:
auctestr,
caret,
crayon,
cvAUC,
doParallel,
dplyr,
foreach,
future.apply,
ggplot2,
h2o,
magrittr,
methods,
parallel,
precrec,
pryr,
PRROC,
reader,
RhpcBLASctl,
ROCR,
rpart.plot,
stringr,
SuperLearner,
tmle,
weights
Suggests:
data.table,
glmnet,
lintr,
MASS,
mgcv,
microbenchmark,
mlbench,
pROC,
randomForest,
rpart,
RANN,
slam,
testthat,
xgboost
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3