nuggets
Fast and Extensible Pattern Discovery in Tabular Data
nuggets keeps compounding on the 2.0 rewrite — more pattern families, lighter install.
◆Recent moves
- 27d ago
Sparse bit chain speeds dig(); explore() gains clustering
A sparse bit chain speeds up dig() on sparse crisp data, and explore() gains clustering characteristics for association rules. Both continue the post-2.0 pattern of tuning the search engine while making its output more readable, with axiom handling and partition() NA bugs fixed alongside.
View source ↗ - 2mo ago
partition() gains .subsets; geom_diamond() layout improved
partition() gains a .subsets argument for partitioning by subsets of factor levels, and geom_diamond() places nodes to reduce edge crossings. Small additions to the data-preparation and visualisation ends rather than the search core.
View source ↗ - 5mo ago
explore() covers contrasts and correlations; dig_ancestors() added
The broadest release in the window: explore() gained methods for baseline, complement and paired-baseline contrasts and for correlations, plus a contingency-table view, while dig_ancestors() and plot_contingency() were added. It widens what the interactive layer can inspect to match what the search layer can find.
View source ↗ - 6mo ago
Critical explore() bug fixed; is_logicalish() added
A patch tag: a critical explore() bug fixed, the R version requirement corrected, and one small helper added. Nothing changes what the package can find.
View source ↗ - 6mo ago
Shiny deps moved to Suggests; BH and RcppThread dropped
A dependency-weight release: the seven Shiny-related packages moved from Imports to Suggests and BH and RcppThread were dropped, so a user mining patterns from a script no longer installs the interactive app's stack. XSIMD was updated and deprecated measures arguments removed.
View source ↗ - 8mo ago
cluster_associations() and add_interest() arrive; C++ condition parser
Adds cluster_associations() and add_interest() for computing GUHA and arules interest measures on found associations, rewrites parse_condition() in C++, and gives explore() a Cluster tab. The first release after 2.0 to extend the rewritten core rather than stabilise it.
View source ↗