Skip to content

Commit

Permalink
Merge pull request #76 from DavisVaughan/rc-0.1.1
Browse files Browse the repository at this point in the history
RC 0.1.1
  • Loading branch information
DavisVaughan authored May 28, 2020
2 parents d898586 + e962684 commit e556a58
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
10 changes: 8 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e556a58

Please sign in to comment.