Package: arulesCBA
Version: 1.1.6
Date: 2020-01-05
Title: Classification Based on Association Rules
Authors@R: c(person("Ian", "Johnson", role=c("aut", "cre", "cph"),
            email = "ianjjohnson@icloud.com"),
            person("Michael", "Hahsler", role=c("aut", "cph"),
            email = "mhahsler@lyle.smu.edu"),
            person("Tyler", "Giallanza", role=c("ctb"))
            )
Description: Provides a function to build an association rule-based classifier for data frames, and to classify incoming data frames using such a classifier.
Maintainer: Ian Johnson <ianjjohnson@icloud.com>
Depends: R (>= 3.2.0), Matrix (>= 1.2-0), arules (>= 1.6-2),
        discretization (>= 1.0-1), glmnet (>= 2.0-16)
Imports: methods, testthat
License: GPL-3
URL: https://github.com/ianjjohnson/arulesCBA
BugReports: https://github.com/ianjjohnson/arulesCBA
NeedsCompilation: yes
Packaged: 2020-01-05 18:44:19 UTC; ianjohnson
Author: Ian Johnson [aut, cre, cph],
  Michael Hahsler [aut, cph],
  Tyler Giallanza [ctb]
Repository: CRAN
Date/Publication: 2020-01-08 11:40:02 UTC
