-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.46 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
Package: origami
Title: Generalized Framework for Cross-Validation
Version: 1.0.7
Authors@R: c(
person("Jeremy", "Coyle", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9874-6649")),
person("Nima", "Hejazi", email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-7127-2789")),
person("Ivana", "Malenica", email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-7404-8088")),
person("Rachael", "Phillips", email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-8474-591X"))
)
Maintainer: Jeremy Coyle <[email protected]>
Description: A general framework for the application of cross-validation schemes
to particular functions. By allowing arbitrary lists of results, origami
accommodates a range of cross-validation applications. This implementation
was first described by Coyle and Hejazi (2018) <doi:10.21105/joss.00512>.
Depends:
R (>= 3.0.0),
License: GPL-3
URL: https://tlverse.org/origami/
BugReports: https://github.com/tlverse/origami/issues
Encoding: UTF-8
Imports:
abind,
methods,
data.table,
assertthat,
future,
future.apply,
listenv
Suggests:
testthat,
class,
rmarkdown,
knitr,
stringr,
glmnet,
forecast,
randomForest
LazyData: true
VignetteBuilder: knitr
RoxygenNote: 7.2.1