From ceb7daa4018034a6631746a177e34af13f3c10ec Mon Sep 17 00:00:00 2001 From: Benjamin Christoffersen Date: Sat, 16 Mar 2019 10:38:12 +0100 Subject: [PATCH] prepare for resubmission --- DESCRIPTION | 2 +- NEWS.md | 3 +++ cran-comments.md | 4 +--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 2a6d912..c3bb2e3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: parglm Type: Package Title: Parallel GLM -Version: 0.1.2 +Version: 0.1.3 Authors@R: c( person("Benjamin", "Christoffersen", email = "boennecd@gmail.com", diff --git a/NEWS.md b/NEWS.md index c842e0f..66701fc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# pargm 0.1.3 +* Fix bug found by Valgrind. + # pargm 0.1.2 * Minor changes in implementation. * Fix bugs in patched R and oldrel R. diff --git a/cran-comments.md b/cran-comments.md index 3971964..63f8a16 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -21,6 +21,4 @@ on rhub, my local machine, and `debian-gcc-release` on rhub about the size of the package. ## Resubmission -The `noLD` errors should be fixed. - -I do not have some reference about the methods. +`R CMD check --use-valgrind --as-cran` passes without any errors.