-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1021 Bytes
/
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
Package: benchmarkVis
Title: Benchmark result visualisation
Version: 0.1.0
Authors@R: c(
person("Collin", "Leiber", email = "[email protected]", role = c("aut", "cre")),
person("Alona", "Sydorova", email = "[email protected]", role = "aut"),
person("Kunlan", "Li", email = "[email protected]", role = "aut"))
Description: Implementation of an intuitive Shiny application to easily visualize benachmark results
Depends: R (>= 3.0.2)
License: file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
URL: https://github.com/collinleiber/benchmarkVis
BugReports: https://github.com/collinleiber/benchmarkVis/issues
Imports:
checkmate (>= 1.8.2),
plotly,
data.table,
ggplot2,
radarchart,
jsonlite,
GGally,
magrittr,
dplyr
Suggests:
testthat,
lintr (>= 1.0.0.9001),
mlr(>= 2.12),
microbenchmark,
rpart,
randomForest,
mlbench,
rbenchmark,
rex,
ParamHelpers (>= 1.10),
kernlab,
knitr,
rmarkdown,
shiny,
shinydashboard,
shinyjs,
V8,
shinyBS,
DT
VignetteBuilder: knitr