From 181e5e19ee36c5b8e3f28950f268393eb4ee9e21 Mon Sep 17 00:00:00 2001 From: fawda123 Date: Thu, 6 Jan 2022 09:01:05 -0500 Subject: [PATCH] v1.5.3 to CRAN --- .Rbuildignore | 1 + CRAN-RELEASE | 2 ++ DESCRIPTION | 2 +- cran-comments.md | 11 +++++++---- 4 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 CRAN-RELEASE diff --git a/.Rbuildignore b/.Rbuildignore index 5e8acfd..1c4aad1 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,3 +15,4 @@ README.html ^revdep/.* ^\.github$ ^LICENSE\.md$ +^CRAN-RELEASE$ diff --git a/CRAN-RELEASE b/CRAN-RELEASE new file mode 100644 index 0000000..ac8e827 --- /dev/null +++ b/CRAN-RELEASE @@ -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). diff --git a/DESCRIPTION b/DESCRIPTION index 45df282..46bdc96 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 +Maintainer: Marcus W. Beck 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 diff --git a/cran-comments.md b/cran-comments.md index 0827e43..91315f3 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -2,15 +2,15 @@ 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 @@ -18,4 +18,7 @@ Maintainer field differs from that derived from Authors@R Authors@R: 'Marcus W. Beck ' ## 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. \ No newline at end of file +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 \ No newline at end of file