Type: Package
Package: yardstick
Title: Tidy Characterizations of Model Performance
Version: 1.2.0
Authors@R: c(
    person("Max", "Kuhn", , "max@posit.co", role = "aut"),
    person("Davis", "Vaughan", , "davis@posit.co", role = "aut"),
    person("Emil", "Hvitfeldt", , "emil.hvitfeldt@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0679-1945")),
    person(given = "Posit Software, PBC", 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: cli, dplyr (>= 1.1.0), generics (>= 0.1.2), hardhat (>=
        1.3.0), lifecycle (>= 1.0.3), rlang (>= 1.0.6), tibble,
        tidyselect (>= 1.2.0), utils, vctrs (>= 0.5.0)
Suggests: covr, crayon, ggplot2, knitr, probably (>= 0.0.6), rmarkdown,
        survival (>= 3.5-0), testthat (>= 3.0.0), tidyr
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-04-21 02:29:49 UTC; emilhvitfeldt
Author: Max Kuhn [aut],
  Davis Vaughan [aut],
  Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>),
  Posit Software, PBC [cph, fnd]
Maintainer: Emil Hvitfeldt <emil.hvitfeldt@posit.co>
Repository: CRAN
Date/Publication: 2023-04-21 08:40:02 UTC
