From 50deb20c715dd383972dfaec168437d09bc35885 Mon Sep 17 00:00:00 2001 From: Davis Vaughan Date: Fri, 14 Apr 2023 13:28:50 -0400 Subject: [PATCH] RC 1.0.0 (#100) * Update CRAN comments * Increment version number to 1.0.0 * CRAN-SUBMISSION * Delete CRAN-SUBMISSION --- .Rbuildignore | 1 + DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 43 +------------------------------------------ 4 files changed, 4 insertions(+), 44 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index d3ca1e3..3dd81ad 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -13,3 +13,4 @@ ^cran-comments\.md$ ^CRAN-RELEASE$ ^tools$ +^CRAN-SUBMISSION$ diff --git a/DESCRIPTION b/DESCRIPTION index ce46b68..8f2305f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: almanac Title: Tools for Working with Recurrence Rules -Version: 0.1.1.9000 +Version: 1.0.0 Authors@R: c( person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre")), person("Posit Software, PBC", role = c("cph", "fnd")) diff --git a/NEWS.md b/NEWS.md index 186badb..3fa382b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# almanac (development version) +# almanac 1.0.0 ## New features diff --git a/cran-comments.md b/cran-comments.md index 7a7e2a9..97878df 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,42 +1 @@ -## Test environments -* local R installation, R 3.6.0 -* ubuntu 16.04 (on travis-ci), R 3.6.0 -* win-builder (devel) - -## R CMD check results - -0 errors | 0 warnings | 0 notes - -## 0.1.1 Submission - -This patch release fixed two issues surfaced by the CRAN checks page. - -- Imports are now correctly declared for V8 and R6. - -- An USBAN issue regarding `NaN` handling has been fixed. - -## 0.1.0 Resubmission - -### Review 1 - 2020-05-21 - -> Please only double quote publication titles in the description of the -DESCRIPTION file. --> like the first Monday of December. - -I have fixed this in the DESCRIPTION file. - -> If there are references describing (the theoretical backgrounds of) the -methods in your package, please add these in the description field of -your DESCRIPTION file - -There are no references that I would like to include. - -> Examples/code lines in examples should never be commented out. -Ideally find toy examples that can be regularly executed and checked. -Lengthy examples (> 5 sec), can be wrapped in \donttest{}. If you don't -want your code to be executed but still visible to the user, use \dontrun{}. - -I have removed the commented out code examples. - -## 0.1.0 Submission - -There are no references that I would like to include. +This is a major update to almanac. There are no reverse dependencies to check.