Package: mlr3shiny
Title: Machine Learning in 'shiny' with 'mlr3'
Version: 0.1.1
Authors@R: 
    c(person(given = "Laurens",
           family = "Tetzlaff",
           role = c("aut", "cre"),
           email = "laurens.tetzlaff@outlook.de"),
     person(given = "Gero",
            family = "Szepannek",
            role = "aut",
            email = "gero.szepannek@web.de"))
Description: A web-based graphical user interface to provide the basic steps of a machine learning workflow. It uses the functionalities of the 'mlr3' framework.
License: BSD_2_clause + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.6)
Imports: mlr3 (>= 0.1.6), mlr3measures (>= 0.1.1), mlr3learners, shiny,
        shinythemes, shinydashboard, shinyjs, shinyWidgets, shinyalert,
        data.table (>= 1.12.8), DT (>= 0.11), readxl, stringr, plyr,
        purrr, ranger, e1071, stats
LazyData: true
RoxygenNote: 7.1.0
Suggests: testthat (>= 2.1.0), shinytest, devtools
NeedsCompilation: no
Packaged: 2020-03-30 15:01:55 UTC; laurens
Author: Laurens Tetzlaff [aut, cre],
  Gero Szepannek [aut]
Maintainer: Laurens Tetzlaff <laurens.tetzlaff@outlook.de>
Repository: CRAN
Date/Publication: 2020-03-31 10:30:02 UTC
