Package: arulesCBA
Version: 1.2.5
Date: 2022-08-19
Title: Classification Based on Association Rules
Authors@R: c(
  person("Michael", "Hahsler", role=c("aut", "cre", "cph"),
    email = "mhahsler@lyle.smu.edu",
    comment = c(ORCID = "0000-0003-2716-1405")),
  person("Ian", "Johnson", role=c("aut","cph")),
  person("Tyler", "Giallanza", role=c("ctb"))
  )
Description: Provides the infrastructure for association rule-based classification including the algorithms 
  CBA, CMAR, CPAR, C4.5, FOIL, PART, PRM, RCAR, and RIPPER to build associative classifiers. 
  Hahsler et al (2019) <doi:10.32614/RJ-2019-048>.
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Depends: R (>= 4.0.0), Matrix (>= 1.4-0), arules (>= 1.7-4)
Imports: methods, discretization (>= 1.0-1), glmnet (>= 3.0-0)
Suggests: testthat, mlbench, rJava, RWeka
SystemRequirements: Java (>= 8)
License: GPL-3
URL: https://github.com/mhahsler/arulesCBA
BugReports: https://github.com/mhahsler/arulesCBA
RoxygenNote: 7.2.1
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2022-08-19 21:29:03 UTC; hahsler
Author: Michael Hahsler [aut, cre, cph]
    (<https://orcid.org/0000-0003-2716-1405>),
  Ian Johnson [aut, cph],
  Tyler Giallanza [ctb]
Repository: CRAN
Date/Publication: 2022-08-19 22:10:06 UTC
Built: R 4.1.3; x86_64-w64-mingw32; 2023-04-17 16:23:30 UTC; windows
Archs: i386, x64
