-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 2.6.0 for submission
- Loading branch information
Showing
3 changed files
with
10 additions
and
26 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 |
---|---|---|
|
@@ -16,5 +16,5 @@ Encoding: UTF-8 | |
License: GPL (>=3) | ||
Suggests: | ||
testthat | ||
Version: 2.5.1 | ||
Version: 2.6 | ||
RoxygenNote: 6.0.1 |
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
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,31 +1,11 @@ | ||
## Changes since last release | ||
Two small bug fixes as well as adding native routine registration to address | ||
NOTE on current CRAN build. | ||
Removing register keyword from C++ library to address CRAN build issue. | ||
|
||
## Test environments | ||
* local OS X install, R 3.4.0 | ||
* ubuntu 12.04 (on travis-ci), R 3.3.3 | ||
* local OS X install, R 3.5.1 | ||
* ubuntu 14.04 (on travis-ci), R 3.5.0 | ||
* win-builder (devel) | ||
|
||
## R CMD check results | ||
No checks gave any ERRORs, WARNINGs or NOTEs. | ||
|
||
0 errors | 0 warnings | 1 note | ||
|
||
Winbuilder gave 1 note. | ||
|
||
https://win-builder.r-project.org/eekKaCQ4aCk9/00check.log | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Gregory Jefferis <[email protected]>' | ||
|
||
Possibly mis-spelled words in DESCRIPTION: | ||
Arya (9:30) | ||
dataset (8:72) | ||
|
||
The first is a surname. The second appears to be an acceptable spelling | ||
according to the Oxford English Dictionary. | ||
|
||
## Reverse dependencies | ||
|
||
I have run R CMD check on the 22 reverse dependencies. There were no errors. | ||
There were some warnings and notes but these appear unrelated to changes in RANN. | ||
Reverse dependency checks did not identify any changes for the worse. |