diff --git a/DESCRIPTION b/DESCRIPTION index 42458ad..335e2ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: BTYDplus Type: Package Title: Probabilistic Models for Assessing and Predicting your Customer Base -Version: 0.10.1 +Version: 0.10.2 Authors@R: person("Michael", "Platzer", email = "michael.platzer@gmail.com", role = c("aut", "cre")) Description: Provides advanced statistical methods to describe and predict customers' purchase behavior in a non-contractual setting. It uses historic transaction records to fit a diff --git a/NEWS b/NEWS index 7858634..2a1b5d6 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +0.10.2 +- avoid internal C++ compile warning message +- R CMD CHECK now returns 0 errors and 0 warnings + 0.10.1 - add lintr checks for adhering to consistent code style - run spellcheck for docs