Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Apr 7, 2018
1 parent de3d6d0 commit 6140d16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: arules
Version: 1.6-0.1
Date: 2018-xx-xx
Version: 1.6-1
Date: 2018-04-04
Title: Mining Association Rules and Frequent Itemsets
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
email = "[email protected]"),
Expand All @@ -24,3 +24,4 @@ Copyright: The code for apriori and eclat in src/rapriori.c was obtained from
http://www.borgelt.net/ and is Copyright (C) 1996-2003 Christian Borgelt.
All other code is Copyright (C) Michael Hahsler, Christian Buchta,
Bettina Gruen and Kurt Hornik.
RoxygenNote: 6.0.1
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# arules 1.6-0.1 (xx/xx/2018)
# arules 1.6-1 (04/04/2018)

## Bug Fixes
* discretize now handles NAs in equal frequency (reported by yarik1988).
* interestMeasure: fixed error when an itemset/rules object of length 0 is provided.

## New Features
* rules and itemsets gained a method for nitems.


# arules 1.6-0 (2/28/2018)

Expand Down

0 comments on commit 6140d16

Please sign in to comment.