Package: RulesTools
Title: Preparing, Analyzing, and Visualizing Association Rules
Version: 0.1.1
Authors@R: 
    c(
        person("Nikolett", "Toth", email = "rules.tools.pkg@gmail.com", role = c("aut", "cre")),
        person("Jarrett", "Phillips", role = "ctb")
    )
Description: Streamlines data preprocessing, analysis, and visualization for association rule mining. Designed to work with the 'arules' package, features include discretizing data frames, generating rule set intersections, and visualizing rules with heatmaps and Euler diagrams. 'RulesTools' also includes a dataset on Brook trout detection from Nolan et al. (2022) <doi:10.1007/s13412-022-00800-x>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: mice, arules, ggplot2, tidyr, eulerr, magrittr
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, roxygen2 (>= 7.1.0)
RoxygenNote: 7.3.2
URL: https://github.com/nikolett0203/RulesTools
BugReports: https://github.com/nikolett0203/RulesTools/issues
NeedsCompilation: no
Packaged: 2025-01-23 19:56:54 UTC; niki
Author: Nikolett Toth [aut, cre],
  Jarrett Phillips [ctb]
Maintainer: Nikolett Toth <rules.tools.pkg@gmail.com>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2025-01-28 15:50:06 UTC
Built: R 4.3.3; ; 2025-02-15 16:37:55 UTC; unix
