Package: shinymodels Title: Interactive Assessments of Models Version: 0.1.1.9000 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), person("Shisham", "Adhikari", , "shadhikari@ucdavis.edu", role = "aut"), person("Julia", "Silge", , "julia.silge@posit.co", role = "aut", comment = c(ORCID = "0000-0002-3671-836X")), person("Simon", "Couch", , "simon.couch@posit.co", role = "aut", comment = c(ORCID = "0000-0001-5676-5107")), person(given = "Posit Software, PBC", role = c("cph", "fnd")) ) 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: cli, dplyr, DT, generics (>= 0.1.0), glue, htmltools, magrittr, parsnip, plotly, purrr, rlang (>= 1.1.0), scales, shiny, shinydashboard, stats, tidyr, tidyselect, tune, yardstick Suggests: covr, finetune, knitr, markdown, modeldata, rmarkdown, shinytest, spelling, testthat (>= 3.0.0), vdiffr, withr Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.0 Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev zlib1g-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2025-10-22 19:15:08 UTC RemoteUrl: https://github.com/tidymodels/shinymodels RemoteRef: HEAD RemoteSha: d1523357c554530b4aebf0996424172eb1fdff8e NeedsCompilation: no Packaged: 2026-06-13 07:20:26 UTC; root Author: Max Kuhn [aut, cre] (ORCID: ), Shisham Adhikari [aut], Julia Silge [aut] (ORCID: ), Simon Couch [aut] (ORCID: ), Posit Software, PBC [cph, fnd] Maintainer: Max Kuhn