Skip to content

Commit

Permalink
CRAN release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed May 17, 2021
1 parent e3ea1a5 commit 4e80697
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arules
Version: 1.6-7.1
Date: 2021-xx-xx
Version: 1.6-8
Date: 2021-05-17
Title: Mining Association Rules and Frequent Itemsets
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "[email protected]"),
Expand Down
8 changes: 4 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# arules 1.6-7.1 (xx/xx/2021)
# arules 1.6-8 (05/17/2021)

## New Feature
* transactions have now a constructor function called transactions().
* Added new method compatible to itemMatrix to check if the item coding is compatible
* Added new method compatible() to itemMatrix to check if the item coding is compatible
between two objects.
* c() now produces a warning if two itemMatrices with different itemCoding are combined.
* encode and recode accept now for itemLabels also objects with an itemLabels method.
* recode is now also available for association (itemsets and rules).
* recode is now also available for associations (itemsets and rules).

## Changes
* recode: parameter match is now deprecated.
* recode: parameter match is now deprecated. Use itemLabels

## Bug Fixes
* fixed addAggregate problem with character (reported by javiercoh).
Expand Down

0 comments on commit 4e80697

Please sign in to comment.