This package browser is in early development. Mind the rough edges.

r-arules

Mining association rules and frequent itemsets

This package provides an infrastructure for representing, manipulating and analyzing transaction data and patterns (frequent itemsets and association rules). It also provides C implementations of the association mining algorithms Apriori and Eclat.

Installation

Install the latest version of r-arules as follows:

guix install r-arules

Or install a particular version:

guix install r-arules@1.7-11

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-arules about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-arules'><img src='https://packages.guix.gnu.org/packages/r-arules/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-arules/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-arules)

Example Org:

[[https://packages.guix.gnu.org/packages/r-arules][https://packages.guix.gnu.org/packages/r-arules/badges/latest-version.svg]]