Skip to content

Commit

Permalink
New release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Aug 31, 2017
1 parent 9bb4b95 commit cfc1238
Show file tree
Hide file tree
Showing 4 changed files with 4 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.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 = "[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/itemMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 0 additions & 2 deletions man/Income.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit cfc1238

Please sign in to comment.