Type: Package
Package: yardstick
Title: Tidy Characterizations of Model Performance
Version: 1.1.0
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", role = "aut"),
    person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@rstudio.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    person("RStudio", role = c("cph", "fnd"))
  )
Description: Tidy tools for quantifying how well model fits to a data set
    such as confusion matrices, class probability curve summaries, and
    regression metrics (e.g., RMSE).
License: MIT + file LICENSE
URL: https://github.com/tidymodels/yardstick,
    https://yardstick.tidymodels.org
BugReports: https://github.com/tidymodels/yardstick/issues
Depends:
    R (>= 3.4.0)
Imports:
    dplyr (>= 1.0.9),
    generics (>= 0.1.2),
    hardhat (>= 1.0.0),
    rlang (>= 1.0.2),
    tidyselect (>= 1.1.2),
    utils,
    vctrs (>= 0.4.1)
Suggests: 
    covr,
    crayon,
    ggplot2,
    knitr,
    probably (>= 0.0.6),
    rmarkdown,
    testthat (>= 3.0.0),
    tidyr
VignetteBuilder: 
    knitr
Config/Needs/website:
    tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
