From 860dc8b8d8a78abc34653f1a4bcf475ced7ba18d Mon Sep 17 00:00:00 2001 From: Seb Dalgarno Date: Thu, 16 Apr 2020 14:11:21 -0700 Subject: [PATCH] fix note for CRAN release --- .Rbuildignore | 2 ++ cran-comments.md | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 298ff26..93ce648 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -14,3 +14,5 @@ ^docs$ ^NEWS\.md$ ^cran-comments\.md$ +^pkgdown$ + diff --git a/cran-comments.md b/cran-comments.md index 83e0f12..a704124 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -* This is a resubmission addressing this problem: "Apparently your package no longer works correctly when class(matrix(...)) gives a vector of length two and conditions of length greater than one in 'if' or 'while' give an error: please fix as necessary." The package was removed from CRAN but now has been fixed. +* This is a resubmission of an archived package addressing this problem: "Apparently your package no longer works correctly when class(matrix(...)) gives a vector of length two and conditions of length greater than one in 'if' or 'while' give an error: please fix as necessary." The package was removed from CRAN but now has been fixed. ## Test environments * local OS X install, R 3.5.1 @@ -7,5 +7,7 @@ ## R CMD check results -0 errors | 0 warnings | 0 note +0 errors | 0 warnings | 1 note + +Note for new submission of archived package