-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
57 lines (57 loc) · 1.26 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
Package: shinyMlr
Title: A graphical user interface for machine learning in R
Description:
shinyMlr wraps the functionalities of the R-package mlr
into a graphical user-interface built with shiny.
This enables the user to conduct all steps of the machine learning workflow from his browser.
Authors@R: c(
person("Stefan", "Coors", email = "mail@stefancoors.de",
role = c("aut", "cre")),
person("Florian", "Fendt", email = "flo_fendt@gmx.de",
role = "aut"),
person("Philipp", "Probst", email = "philipp_probst@gmx.de",
role = "ctb"),
person("Bernd", "Bischl", email = "bernd_bischl@gmx.net",
role = "ctb"),
person("Jakob", "Richter", email = "code@jakob-r.de",
role = "ctb"))
URL: https://github.com/mlr-org/shinyMlr
BugReports: https://github.com/mlr-org/shinyMlrissues
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Roxygen: list(wrap = FALSE)
Depends:
R (>= 3.4)
Imports:
mlr,
shiny,
shinydashboard,
shinyjs,
shinyBS,
DT,
plotly,
shinythemes,
tools,
httr,
stringi,
readr,
RWeka,
BBmisc,
ParamHelpers,
farff,
OpenML,
ggplot2,
parallelMap,
rmarkdown,
xtable,
plyr,
GGally
Suggests:
testthat,
roxygen2,
knitr,
R.utils
LazyData: true
Version: 1.0
VignetteBuilder: knitr
RoxygenNote: 6.1.0