-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update r cmd check file for gh actions, standard release
- Loading branch information
Showing
2 changed files
with
26 additions
and
14 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
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,26 +1,21 @@ | ||
## Resubmission | ||
This is an update to v1.5.2 with new CITATION file for JSS article | ||
This is an update to v1.5.3 | ||
|
||
## Test environments | ||
* Ubuntu 14.04.5 LTS (on travis-ci), R 3.4.4 | ||
* local Windows 7 install, R 3.4.4 | ||
* local Windows 7 install, Current r-devel (2018-07-25 r75005) | ||
* Ubuntu 20.04.3 LTS (on travis-ci), R 3.4.4 | ||
* local Windows 10 install, R 4.1.2 | ||
* Windows install (on AppVeyor), R 3.5.1 Patched (2018-07-24 r75006) | ||
* win-builder [http://win-builder.r-project.org/](http://win-builder.r-project.org/) (devel and release) | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE, the DOI will be registered by JSS when this version is on CRAN: | ||
There was 1 NOTE, for an email change for one that is no longer valid: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Marcus W. Beck <[email protected]>' | ||
|
||
Found the following (possibly) invalid DOIs: | ||
DOI: 10.18637/jss.v085.i11 | ||
From: inst/CITATION | ||
Status: Not Found | ||
Message: 404 | ||
* checking DESCRIPTION meta-information ... NOTE | ||
Maintainer field differs from that derived from Authors@R | ||
Maintainer: 'Marcus W. Beck <[email protected]>' | ||
Authors@R: 'Marcus W. Beck <[email protected]>' | ||
|
||
## Downstream dependencies | ||
I have also run R CMD check on the radiant.model and RSNNS downstream dependencies for NeuralNetTools. There were no ERRORs, WARNINGs, or NOTEs. |