-
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
4 changed files
with
11 additions
and
5 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 |
---|---|---|
|
@@ -15,3 +15,4 @@ README.html | |
^revdep/.* | ||
^\.github$ | ||
^LICENSE\.md$ | ||
^CRAN-RELEASE$ |
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,2 @@ | ||
This package was submitted to CRAN on 2022-01-06. | ||
Once it is accepted, delete this file and tag the release (commit 8851ae0). |
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ Title: Visualization and Analysis Tools for Neural Networks | |
Version: 1.5.3 | ||
Date: 2022-01-06 | ||
Author: Marcus W. Beck [aut, cre] | ||
Maintainer: Marcus W. Beck <[email protected]> | ||
Maintainer: Marcus W. Beck <[email protected]> | ||
Description: Visualization and analysis tools to aid in the interpretation of | ||
neural network models. Functions are available for plotting, | ||
quantifying variable importance, conducting a sensitivity analysis, and | ||
|
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,20 +2,23 @@ | |
This is an update to v1.5.3 | ||
|
||
## Test environments | ||
* Ubuntu 20.04.3 LTS (on travis-ci), R 3.4.4 | ||
* Ubuntu 20.04.3 devel and release (on GitHub Actions), R 4.1.2 | ||
* OS X 10.15.7 (on GitHub Actions), R 4.1.2 | ||
* 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, for an email change for one that is no longer valid: | ||
There was 1 NOTE, for an email change to one that is active: | ||
|
||
* 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. | ||
We checked 6 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |