-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
1,914 additions
and
293 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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
.travis.yml | ||
cran-comments.md | ||
^\.lintr$ | ||
^\.travis\.yml$ | ||
^appveyor\.yml$ | ||
^cran-comments\.md$ | ||
^docs$ | ||
LICENSE | ||
^LICENSE$ | ||
^_pkgdown\.yml$ | ||
^revdep$ | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
linters: with_defaults(line_length_linter(100), object_name_linter("lowerCamelCase"), default = default_linters[-which(names(default_linters) == "object_usage_linter")]) |
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
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
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
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 |
---|---|---|
|
@@ -2,46 +2,56 @@ | |
|
||
In this version I have: | ||
|
||
* updated the maintainer's email address | ||
* switched to using `rmarkdown::render` for vignettes | ||
* updated the maintainer's email address, about which I emailed CRAN on March 28, 2018. | ||
|
||
## Test environments | ||
|
||
### Previous R versions | ||
* Windows 7 (local), R 3.1.2 | ||
* Windows 7 (local), R 3.1.3 | ||
* Windows 7 (local), R 3.2.0 | ||
* Windows 7 (local), R 3.2.1 | ||
* Ubuntu 14.04 (travis-ci), R 3.1.0 | ||
* Ubuntu 14.04 (travis-ci), R 3.2.0 | ||
* Ubuntu 14.04 (travis-ci), R 3.3.0 | ||
* Ubuntu 14.04 (travis-ci), R 3.4.0 | ||
* Windows (appveyor), R 3.1.0 | ||
* Windows (appveyor), R 3.2.0 | ||
* Windows (appveyor), R 3.3.0 | ||
* Windows (appveyor), R 3.4.0 | ||
|
||
### Current R versions | ||
* OS X Yosemite (local), R 3.2.2 | ||
* Ubuntu 12.04 (travis-ci), R 3.2.2 | ||
* Windows 7 (local), R 3.2.2 | ||
* Windows (win-builder), R 3.2.2 | ||
* macOS High Sierra (local), R 3.5.0 | ||
* OS X El Capitan (travis-ci), R 3.5.0 | ||
* Ubuntu 14.04 (travis-ci), R 3.5.0 | ||
* Ubuntu 18.04 (local), R 3.5.0 | ||
* Windows (appveyor), R 3.5.0 | ||
* Windows (win-builder), R 3.5.0 | ||
* Windows 7 (local), R 3.5.0 | ||
|
||
### Development R version | ||
* Debian:testing (rocker/r-devel), R 3.3.0 (2015-08-26 r69190) | ||
* Windows (win-builder), R 3.3.0 (2015-09-01 r69241) | ||
* Ubuntu 14.04 (travis-ci), R 3.6.0 (2018-06-05 r74851) | ||
* Ubuntu 18.04 (local), R 3.6.0 (2018-06-05 r74852) | ||
* Windows (appveyor), R 3.6.0 (2018-06-05 r74852) | ||
* Windows (win-builder), R 3.6.0 (2018-06-05 r74852) | ||
|
||
## R CMD check results | ||
|
||
There were no ERRORs or WARNINGs | ||
|
||
There was 1 NOTE: | ||
|
||
1. Maintainer's email address has changed. | ||
1. Maintainer's email address has changed (notified CRAN 2018-05-28). | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Alex M Chubaty <alexander.chubaty@canada.ca>' | ||
Maintainer: 'Alex M Chubaty <alex.chubaty@gmail.com>' | ||
|
||
New maintainer: | ||
Alex M Chubaty <alexander.chubaty@canada.ca> | ||
Alex M Chubaty <alex.chubaty@gmail.com> | ||
Old maintainer(s): | ||
Alex M Chubaty <[email protected].ca> | ||
Alex M Chubaty <alexander.chubaty@canada.ca> | ||
|
||
## Downstream dependencies | ||
|
||
I have run R CMD check on downstream dependencies of `fpCompare`, and all have passed. | ||
Summary at https://github.com/PredictiveEcology/fpCompare/blob/master/revdep/summary.md. | ||
I have run R CMD check on downstream dependencies of `fpCompare`, and all have passed except those noted below. | ||
Summary at https://github.com/PredictiveEcology/fpCompare/blob/master/revdep/README.md. | ||
|
||
* `SpaDES.core` produces an error due to a non-CRAN package in Suggests, but passes once that dependency is installed. | ||
* `SpaDES.tools` produces an error due to an unrelated error in that package. I am a developer of `SpaDES.tools` and am preparing a fixed version for CRAN which will be submitted soon. | ||
|
||
* NOTE: `SpaDES` produces an error due to a non-CRAN package in Suggests, but passes once that dependency is installed. |
Oops, something went wrong.