From 2e7d8c8778bdee18e6e0073605ed3c0ab2fb6b94 Mon Sep 17 00:00:00 2001 From: gothub Date: Sat, 15 Feb 2020 14:59:12 -0800 Subject: [PATCH] Final updates to NEWS, cran-comments.md --- NEWS | 2 ++ cran-comments.md | 27 ++++++++++++++------------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/NEWS b/NEWS index e98b7c5..335ad8f 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ * Fix CRAN check warnings for dataone 2.1.3 (#241) * Remove knitr/RDS dependency on R 3.5 (#245) * Fix getDataPackage() failing with "subscript out of bounds" (#243) +* Mark deprecated function as defunct (#240) +* Fix roxygen2 errors related to function arguments (#241) # Version 2.1.3 diff --git a/cran-comments.md b/cran-comments.md index 44538cf..50e88bb 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,18 @@ ## Test environments -* macOS 10.l4.5 R 3.6.2 -* Ubuntu 18.04 R 3.5 -* Debian 9.4 R Under development (unstable) (2020-02-04 r7777 -* Windows 10 R Under development -* Windows (via win-builder): x86_64-w64-mingw32 (64-bit), R version 3.5.3 -* Windows (via win-builder): x86_64-w64-mingw32 (64-bit), R Under development (unstable) -* Windows (via win-builder): x86_64-w64-mingw32 (64-bit), R version 3.6.2 + * macOS 10.14: R 3.6.2 + * Ubuntu 18.10 R 3.6.2 + * Debian 9.4: R Under development (unstable) (2020-02-04 r77771) + * Windows 10: R Under development + * Windows (via win-builder): x86_64-w64-mingw32 (64-bit) R 3.6.2 + * Windows (via win-builder): x86_64-w64-mingw32 (64-bit) Under development (unstable) + * Windows (via win-builder): x86_64-w64-mingw32 (64-bit), R version 3.5.3 + * rhub::check_for_cran() + * Fedora Linux, R-devel, clang, gfortran + * Windows Server 2012, R-devel, Rtools4.0, 32/64 bit (experimental) + * Fedora Linux, R-devel, GCC + * Fedora Linux, R-devel, clang, gfortran + * macOS 10.11 El Capitan, R-release (experimental) ## Changes since last release @@ -16,14 +22,9 @@ * remove knitr/RDS dependency on R 3.5 * Fix getDataPackage() failing with "subscript out of bounds" (#243) - ## R CMD check results -* There was one note: - Possibly mis-spelled words in DESCRIPTION: - DataONE (4:27, 42:9, 43:10) - - this is the correct spelling for the name of our organization. -* There were no ERRORs, or WARNINGs. +* There were no NOTEs, ERRORs, or WARNINGs. ## Downstream dependencies