-
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.
- Loading branch information
Showing
2 changed files
with
14 additions
and
12 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,8 +1,8 @@ | ||
Package: NeuralNetTools | ||
Type: Package | ||
Title: Visualization and Analysis Tools for Neural Networks | ||
Version: 1.5.1.9001 | ||
Date: 2018-04-22 | ||
Version: 1.5.2 | ||
Date: 2018-07-26 | ||
Author: Marcus W. Beck [aut, cre] | ||
Maintainer: Marcus W. Beck <[email protected]> | ||
Description: Visualization and analysis tools to aid in the interpretation of | ||
|
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,24 +1,26 @@ | ||
## Resubmission | ||
This is an update to v1.5.2. | ||
This is an update to v1.5.2 with new CITATION file for JSS article | ||
|
||
## Test environments | ||
* ubuntu 14.04.5 LTS (on travis-ci), R 3.4.2 | ||
* Windows install (on AppVeyor), R 3.4.3 Patched (2018-02-03 r74202) | ||
* 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) | ||
* 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) | ||
* local Windows 7 install, R 3.4.3 | ||
|
||
## R CMD check results | ||
There were no ERRORs or WARNINGs. | ||
|
||
There was 1 NOTE, related to a change in my contact email: | ||
There was 1 NOTE, the DOI will be registered by JSS when this version is on CRAN: | ||
|
||
* checking CRAN incoming feasibility ... NOTE | ||
Maintainer: 'Marcus W. Beck <[email protected]>' | ||
|
||
New maintainer: | ||
Marcus W. Beck <[email protected]> | ||
Old maintainer(s): | ||
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 | ||
|
||
## Downstream dependencies | ||
I have also run R CMD check on the darch, radiant.model, and RSNNS downstream dependencies for NeuralNetTools. There were no ERRORs, WARNINGs, or NOTEs. | ||
I have also run R CMD check on the radiant.model and RSNNS downstream dependencies for NeuralNetTools. There were no ERRORs, WARNINGs, or NOTEs. |