Package: yardstick
Type: Package
Title: Tidy Characterizations of Model Performance
Version: 0.0.1
Authors@R: c(
    person("Max", "Kuhn", , "max@rstudio.com", c("aut", "cre")),
    person("RStudio", role = "cph"))
Maintainer: Max Kuhn <max@rstudio.com>
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). 
URL: https://github.com/topepo/yardstick
BugReports: https://github.com/topepo/yardstick/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Depends: R (>= 2.10), broom
Suggests: testthat, covr
Imports: dplyr, tibble, tidyr, utils, pROC, MLmetrics, rlang,
        tidyselect
NeedsCompilation: no
Packaged: 2017-11-11 01:09:29 UTC; max
Author: Max Kuhn [aut, cre],
  RStudio [cph]
Repository: CRAN
Date/Publication: 2017-11-12 13:45:42 UTC
