-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.6 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: shinymodels
Title: Interactive Assessments of Models
Version: 0.1.1.9000
Authors@R: c(
person("Max", "Kuhn", , "max@posit.co", role = c("aut"),
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 = c("aut", "cre"),
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