From 887184cd80068e04531b0c13bc231ecbd1afddfb Mon Sep 17 00:00:00 2001 From: mhahsler Date: Wed, 10 Jan 2018 13:08:50 -0600 Subject: [PATCH] Release. --- .Rbuildignore | 1 + DESCRIPTION | 6 +++--- NEWS.md | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index d203c32..95131bc 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,4 @@ proj$ Work docs _pkgdown.yml +_config.yml diff --git a/DESCRIPTION b/DESCRIPTION index 6ccc15a..1ee8dcd 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: arules -Version: 1.5-4.1 -Date: 2017-xx-xx +Version: 1.5-5 +Date: 2018-01-09 Title: Mining Association Rules and Frequent Itemsets Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"), email = "mhahsler@lyle.smu.edu"), @@ -16,7 +16,7 @@ Description: Provides the infrastructure for representing, Classification/ACM: G.4, H.2.8, I.5.1 URL: https://github.com/mhahsler/arules, http://lyle.smu.edu/IDA/arules BugReports: https://github.com/mhahsler/arules -Depends: R (>= 3.3.2), Matrix (>= 1.2-0) +Depends: R (>= 3.4.0), Matrix (>= 1.2-0) Imports: stats, methods, graphics, utils Suggests: pmml, XML, arulesViz, testthat License: GPL-3 diff --git a/NEWS.md b/NEWS.md index 630132c..94cb244 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# arules 1.5-4.1 (xx/xx/2017) +# arules 1.5-5 (01/09/2018) ## New Features * Added (absolut support) "count" as an interest measure. @@ -6,6 +6,7 @@ ## Bug Fixes * Fixed bug in subset with signature itemMatrix, itemMatrix (reported by rwdvc). +* Fixed pointer punning warning. # arules 1.5-4 (10/12/2017)