From cfc1238407811b14a0db9dfb200cbb629e9f07c1 Mon Sep 17 00:00:00 2001 From: mhahsler Date: Thu, 31 Aug 2017 17:56:06 -0500 Subject: [PATCH] New release. --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- R/itemMatrix.R | 2 +- man/Income.Rd | 2 -- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a2480a7..00399cf 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: arules -Version: 1.5-2.1 -Date: 2017-x-xx +Version: 1.5-3 +Date: 2017-08-17 Title: Mining Association Rules and Frequent Itemsets Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"), email = "mhahsler@lyle.smu.edu"), diff --git a/NEWS.md b/NEWS.md index e1cabf4..a3f891d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# arules 1.5-2.1 (xx/xx/2017) +# arules 1.5-3 (08/31/2017) ## New Features * apriori and eclat return now count (absolute support count) in the diff --git a/R/itemMatrix.R b/R/itemMatrix.R index 0937fbe..25e65a4 100644 --- a/R/itemMatrix.R +++ b/R/itemMatrix.R @@ -230,7 +230,7 @@ setMethod("%ain%", signature(x = "itemMatrix", table = "character"), } ) -## all items have to be in +## only items can to be in setMethod("%oin%", signature(x = "itemMatrix", table = "character"), function(x, table) { pos <- match(table, itemLabels(x)) diff --git a/man/Income.Rd b/man/Income.Rd index 3df8ff7..32981fe 100644 --- a/man/Income.Rd +++ b/man/Income.Rd @@ -55,8 +55,6 @@ data("IncomeESL") Hastie, T., Tibshirani, R. \& Friedman, J. (2001) \emph{The Elements of Statistical Learning}. Springer-Verlag. - (\url{http://www-stat.stanford.edu/~tibs/ElemStatLearn/}; - called \sQuote{Marketing}) } \author{Michael Hahsler} \examples{