Package: arulesViz
Title: Visualizing Association Rules and Frequent Itemsets
Version: 1.5.4
Date: 2025-08-20
Authors@R: c(
    person("Michael", "Hahsler", , "mhahsler@lyle.smu.edu", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-2716-1405")),
    person("Giallanza", "Tyler", role = "ctb"),
    person("Sudheer", "Chelluboina", role = "ctb")
  )
Description: Extends package 'arules' with various visualization
    techniques for association rules and itemsets. The package also
    includes several interactive visualizations for rule exploration.
    Michael Hahsler (2017) <doi:10.32614/RJ-2017-047>.
License: GPL-3
URL: https://github.com/mhahsler/arulesViz
BugReports: https://github.com/mhahsler/arulesViz/issues
Depends: arules (>= 1.6.0)
Imports: dplyr, DT, ggplot2, ggraph, graphics, grDevices, grid, igraph,
        methods, plotly, scatterplot3d, seriation, stats, tibble,
        tidyr, utils, vcd, visNetwork
Suggests: datasets, graph, htmlwidgets, Rgraphviz, shiny, shinythemes,
        testthat (>= 3.0.0), tidygraph
Config/testthat/edition: 3
Copyright: (C) 2021 Michael Hahsler
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-08-20 20:07:55 UTC; mhahsler
Author: Michael Hahsler [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-2716-1405>),
  Giallanza Tyler [ctb],
  Sudheer Chelluboina [ctb]
Maintainer: Michael Hahsler <mhahsler@lyle.smu.edu>
Repository: CRAN
Date/Publication: 2025-08-21 05:10:10 UTC
Built: R 4.4.3; ; 2025-11-01 05:40:41 UTC; windows
