From 0ed6416de80600a489f517816c25d91c3b4e7aee Mon Sep 17 00:00:00 2001 From: Bob Rudis Date: Wed, 1 Feb 2017 17:17:44 -0500 Subject: [PATCH] cran comments --- .gitignore | 1 + cran-comments.md | 17 +++++------------ 2 files changed, 6 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 9727938..4c5af2e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .Rproj.user .Rhistory .RData +cran-comments.md diff --git a/cran-comments.md b/cran-comments.md index 74bc984..e0e01b8 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,22 +1,15 @@ ## Test environments -* local OS X install, R 3.3.1 (clang) +* local OS X install, R 3.3.2 (clang) * ubuntu 12.04 (on travis-ci), oldrel, release & devel * win-builder (devel and release) -* local 32-bit Windows 10 R 3.3.1 -* local ubuntu 14.04 R 3.3.1 & R-devel +* AppVeyor ## R CMD check results -0 errors | 0 warnings | 2 notes +0 errors | 0 warnings | 1 notes (names) --- -This fixes a fairly nasty bug that was -user-identfied fairly early after release -but I didn't want to bug the CRAN team -so quickly after the CRAN acceptance. This -also addes new functionality (widgets for -viewing & querying XML/HTML) and (optionally) -provides more informaiton on the tidying -process. +Fix per note from CRAN regarding checks tossing warnings +due to URL redirection.