From 72237a2e2af6d40d2b97097243a1f5b8c817365a Mon Sep 17 00:00:00 2001 From: Nicholas Tierney Date: Thu, 6 Dec 2018 10:22:11 +1100 Subject: [PATCH] bumps version and adds to cran-comments --- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 21 ++++++++++++++++++--- 3 files changed, 20 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index da372c2..1cea87f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: visdat Title: Preliminary Visualisation of Data -Version: 0.5.1.9001 +Version: 0.5.2 Authors@R: c( person("Nicholas", "Tierney", role = c("aut", "cre"), email = "nicholas.tierney@gmail.com", diff --git a/NEWS.md b/NEWS.md index 48ec884..e36e77a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# visdat 0.5.1.9001 (2018/11/28) +# visdat 0.5.2 (2018/12/06) "Youth, The Midnight, Kids" ## Minor Change diff --git a/cran-comments.md b/cran-comments.md index b0a1d73..4d08dd8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ ## Test environments -* local OS X install, R 3.5.0 -* ubuntu 12.04 (on travis-ci), R 3.5.0 +* local OS X install, R 3.5.1 +* ubuntu 12.04 (on travis-ci), R 3.5.1 * win-builder (devel and release) ## R CMD check results @@ -11,4 +11,19 @@ There were no ERRORs or WARNINGs or NOTEs ## Reverse dependencies Reverse dependencies for the packages `naniar` and `PCRedux` were checked -and there were no problems. +and there were noERRORs or WARNINGs, but were two NOTEs for `PCRedux`. These were unrelated to `visdat`, and are presented below: + +``` + * checking installed package size ... NOTE + + installed size is 5.5Mb + sub-directories of 1Mb or more: + doc 3.9Mb + + + * checking dependencies in R code ... NOTE + + Namespace in Imports field not imported from: `caret` + All declared Imports should be used. + +```