Package: mlr3viz
Title: Visualizations for 'mlr3'
Version: 0.1.1
Authors@R: 
    person(given = "Michel",
           family = "Lang",
           role = c("cre", "aut"),
           email = "michellang@gmail.com",
           comment = c(ORCID = "0000-0001-9754-0393"))
Description: Provides visualizations for 'mlr3' objects such as tasks,
    predictions, resample results or benchmark results via the autoplot()
    generic of 'ggplot2'. The returned 'ggplot' objects are intended to provide
    sensible defaults, yet can easily be customized to create camera-ready
    figures. Visualizations include barplots, boxplots, histograms, ROC curves,
    and Precision-Recall curves.
License: LGPL-3
URL: https://mlr3viz.mlr-org.com, https://github.com/mlr-org/mlr3viz
BugReports: https://github.com/mlr-org/mlr3viz/issues
Depends: R (>= 3.1.0)
Imports: checkmate, data.table, ggplot2, mlr3misc, utils
Suggests: GGally, lgr, mlr3 (>= 0.1.6), mlr3filters, mlr3proba,
        precrec, rpart, survival, testthat
Encoding: UTF-8
LazyData: true
NeedsCompilation: no
RoxygenNote: 7.0.2
Packaged: 2020-02-19 12:10:09 UTC; lang
Author: Michel Lang [cre, aut] (<https://orcid.org/0000-0001-9754-0393>)
Maintainer: Michel Lang <michellang@gmail.com>
Repository: CRAN
Date/Publication: 2020-02-19 12:40:09 UTC
