Package: shinymodels
Title: Interactive Assessments of Models
Version: 0.1.0
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0003-2402-136X")),
    person("Shisham", "Adhikari", , "shisham.adhikari@rstudio.com", role = "aut"),
    person("Julia", "Silge", , "julia.silge@rstudio.com", role = "aut",
           comment = c(ORCID = "0000-0002-3671-836X")),
    person("RStudio", role = "cph")
  )
Description: Launch a 'shiny' application for 'tidymodels' results. For
    classification or regression models, the app can be used to determine
    if there is lack of fit or poorly predicted points.
License: MIT + file LICENSE
URL: https://shinymodels.tidymodels.org,
        https://github.com/tidymodels/shinymodels
BugReports: https://github.com/tidymodels/shinymodels/issues
Depends: ggplot2, R (>= 2.10)
Imports: dplyr, DT, generics (>= 0.1.0), glue, htmltools, magrittr,
        parsnip, plotly, purrr, rlang, scales, shiny, shinydashboard,
        stats, tidyr, tidyselect, tune, yardstick
Suggests: covr, knitr, markdown, modeldata, rmarkdown, shinytest,
        spelling, testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: false
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2021-11-16 10:49:16 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  Shisham Adhikari [aut],
  Julia Silge [aut] (<https://orcid.org/0000-0002-3671-836X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2021-11-17 21:00:02 UTC
Built: R 4.2.0; ; 2022-04-13 18:27:37 UTC; unix
