diff --git a/DESCRIPTION b/DESCRIPTION index 5a89386..f7e3d21 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: almanac Title: Tools for Working with Recurrence Rules -Version: 0.1.0.9000 +Version: 0.1.1 Authors@R: c(person(given = "Davis", family = "Vaughan", diff --git a/NEWS.md b/NEWS.md index 4ded890..62adbaf 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# almanac (development version) +# almanac 0.1.1 * Explicitly imports `R6::R6Class()` and `V8::v8()` to avoid R CMD Check false alarms (#74). diff --git a/cran-comments.md b/cran-comments.md index 3b6c0a6..7a7e2a9 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -5,9 +5,15 @@ ## R CMD check results -0 errors | 0 warnings | 1 note +0 errors | 0 warnings | 0 notes -* This is a new release. +## 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