forked from openml/openml-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
45 lines (45 loc) · 1.14 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
Package: OpenML
Title: Exploring Machine Learning Better, Together
Description: An R interface to OpenML to download and upload data sets, tasks,
flows and runs.
Author: Giuseppe Casalicchio <[email protected]>,
Bernd Bischl <[email protected]>,
Dominik Kirchhoff <[email protected]>,
Michel Lang <[email protected]>,
Benjamin Hofner <[email protected]>,
Jakob Bossek <[email protected]>,
Pascal Kerschke <[email protected]>
Maintainer: Giuseppe Casalicchio <[email protected]>
License: BSD_3_clause + file LICENSE
URL: https://github.com/openml/openml-r
BugReports: https://github.com/openml/openml-r/issues
Depends:
R (>= 3.0.2),
mlr (>= 2.8)
Suggests:
testthat,
randomForest,
rpart,
RWeka,
farff,
mboost,
knitr,
rmarkdown
Imports:
backports (>= 1.0.1),
BBmisc (>= 1.9),
checkmate (>= 1.7.3),
ParamHelpers (>= 1.7),
data.table,
digest,
httr,
stringi,
XML,
xml2,
memoise (>= 1.0.0),
stats
LazyData: yes
ByteCompile: yes
Version: 1.0
RoxygenNote: 5.0.1
VignetteBuilder: knitr