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
RoxygenNote: 7.2.1
NeedsCompilation: yes
Packaged: 2022-09-07 15:37:44 UTC; davis
Author: Max Kuhn [aut],
  Davis Vaughan [aut],
  Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  RStudio [cph, fnd]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@rstudio.com>
Repository: CRAN
Date/Publication: 2022-09-07 22:30:02 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 17:05:51 UTC; windows
Archs: i386, x64
