Type: Package
Package: yardstick
Title: Tidy Characterizations of Model Performance
Version: 0.0.7
Authors@R: 
    c(person(given = "Max",
             family = "Kuhn",
             role = "aut",
             email = "max@rstudio.com"),
      person(given = "Davis",
             family = "Vaughan",
             role = c("aut", "cre"),
             email = "davis@rstudio.com"),
      person(given = "RStudio",
             role = "cph"))
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: GPL-2
URL: https://github.com/tidymodels/yardstick,
        https://yardstick.tidymodels.org
BugReports: https://github.com/tidymodels/yardstick/issues
Depends: R (>= 2.10)
Imports: dplyr (>= 0.8.5), generics, pROC (>= 1.15.0), rlang (>=
        0.4.0), tidyselect, utils
Suggests: covr, crayon, ggplot2, kableExtra, knitr, purrr, rmarkdown,
        testthat, tidyr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: yes
Packaged: 2020-07-13 13:01:00 UTC; davis
Author: Max Kuhn [aut],
  Davis Vaughan [aut, cre],
  RStudio [cph]
Maintainer: Davis Vaughan <davis@rstudio.com>
Repository: CRAN
Date/Publication: 2020-07-13 16:10:02 UTC
