Package: mlr3shiny
Title: Machine Learning in 'shiny' with 'mlr3'
Version: 0.2.0
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.12.0), mlr3measures (>= 0.3.1), mlr3learners, shiny
        (>= 1.6.0), shinythemes, shinydashboard, shinyjs (>= 2.0.0),
        shinyWidgets, shinyalert, data.table (>= 1.12.8), DT (>= 0.11),
        readxl, stringr, plyr, purrr, ranger, e1071, stats
RoxygenNote: 7.1.1
Suggests: testthat (>= 2.1.0), shinytest, devtools
NeedsCompilation: no
Packaged: 2021-09-30 13:30:38 UTC; laurens
Author: Laurens Tetzlaff [aut, cre],
  Gero Szepannek [aut]
Maintainer: Laurens Tetzlaff <laurens.tetzlaff@outlook.de>
Repository: CRAN
Date/Publication: 2021-09-30 13:40:02 UTC
Built: R 4.1.0; ; 2021-10-01 12:38:24 UTC; unix
