Package: rules
Title: Model Wrappers for Rule-Based Models
Version: 0.0.2
Authors@R: c(
    person(
        given = "Max",
        family = "Kuhn",
        email = "max@rstudio.com",
        comment = c(ORCID = "0000-0003-2402-136X"),
        role = c("aut", "cre")
    ),
    person("RStudio", role = "cph")
    )
Description: Bindings for additional models for use with the 'parsnip' package. 
    Models include prediction rule ensembles (Friedman and Popescu, 2008) 
    <doi:10.1214/07-AOAS148>, C5.0 rules (Quinlan, 1992 ISBN: 1558602380), and 
    Cubist (Kuhn and Johnson, 2013) <doi:10.1007/978-1-4614-6849-3>. 
License: MIT + file LICENSE
URL: https://github.com/tidymodels/rules, https://rules.tidymodels.org
Depends: parsnip (>= 0.1.0)
Suggests: testthat, C50, Cubist, xrf (>= 0.2.0), covr, modeldata,
        spelling
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0.9000
Imports: purrr, rlang, tibble, dials, tidyr, dplyr
Language: en-US
NeedsCompilation: no
Packaged: 2020-06-10 13:08:00 UTC; max
Author: Max Kuhn [aut, cre] (<https://orcid.org/0000-0003-2402-136X>),
  RStudio [cph]
Maintainer: Max Kuhn <max@rstudio.com>
Repository: CRAN
Date/Publication: 2020-06-10 13:30:02 UTC
