arulesViz
Visualizing Association Rules and Frequent Itemsets
arulesViz finished its move to ggplot2 and has been coasting on maintenance since.
◆Recent moves
- 11mo ago
arulesViz 1.5.4: partial argument matches, translucent NA color
Routine CRAN-driven cleanup — partial argument matches fixed, and NA now renders translucent in the ggplot2 matrix and ggraph views. The same partial-match fix appears in seriation a day earlier, marking this as one maintainer's sweep across a package family rather than package-specific work.
View source ↗ - 2y ago
arulesViz 1.5.3 moves docs to roxygen, updates deprecated calls
Documentation moves to roxygen and deprecated ggplot2 and igraph calls are updated, with local tests added to exercise full man pages. Entirely upkeep, and the rolled-in 1.5-2 notes are S3 registration details.
View source ↗ - 4y ago
arulesViz 1.5-1 extends graph and grouped-matrix plots
The follow-through on the ggplot2 switch: the graph method moves to ggraph and can represent associations as edges rather than nodes, vizNetwork gains itemset display, and plot gains a limit parameter for large rule sets. Small additions, but they close the gaps the engine change opened.
View source ↗ - 5y ago
arulesViz 1.5.0 makes ggplot2 the default plotting engine
ggplot2 becomes the default for most plots, completing the transition 1.4-0 started, and the conversions from associations to igraph and from rules to matrix are exposed as public API. That second part matters more than the default swap: it lets users build views the package does not ship.
View source ↗ - 5y ago
arulesViz 1.4-0 adds ggplot2 engines, drops plotly_arules and iplots
The pruning release. Scatterplot and matrix gain ggplot2 engines while plotly_arules and experimental iplots support leave the interface, consolidating several rendering paths into an engine argument. grid drops from dependency to import.
View source ↗ - 7y ago
arulesViz 1.3-3 cleans up the ruleExplorer interface
The Shiny rule explorer added the release before gets a tidier interface and several additions, plus a paracoord fix for single-item antecedents. Refinement of the interactive surface just before attention shifted to the ggplot2 rework.
View source ↗