-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update CRAN comments * Increment version number to 1.0.0 * CRAN-SUBMISSION * Delete CRAN-SUBMISSION
- Loading branch information
1 parent
12aa98b
commit 50deb20
Showing
4 changed files
with
4 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,3 +13,4 @@ | |
^cran-comments\.md$ | ||
^CRAN-RELEASE$ | ||
^tools$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.1.9000 | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")), | ||
person("Posit Software, PBC", role = c("cph", "fnd")) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# almanac (development version) | ||
# almanac 1.0.0 | ||
|
||
## New features | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |