From 12479bfa0f1ad16557ceaea86431536b088f835b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Altfeld?= Date: Wed, 6 Nov 2019 18:53:56 +0100 Subject: [PATCH] CRAN release candidate. Fixes CRAN findings: Thanks, we see: Found the following (possibly) invalid file URIs: URI: LICENSE From: inst/doc/tryCatchLog-intro.html URI: cond From: NEWS.md Please include the files in the correct directories or link to documents via fully specified URLs. Please fix and resubmit. --- .gitignore | 4 +++- DESCRIPTION | 2 +- NEWS.md | 21 ++++++++++++++++++++- vignettes/01_license.Rmd_child | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9ed64de..5c34dae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # History files .Rhistory .Rapp.history - # Session Data files .RData # Example code in package build process @@ -35,3 +34,6 @@ tests/testthat/dump*.rda inst/doc # Disabled again since Rd files are required for travis CI (or I have to find a way to roxygenize on travis) # /man/*.Rd +Rprof.out +Rprofmem.out +/R/profile_test.R diff --git a/DESCRIPTION b/DESCRIPTION index 01c9aa0..ff71175 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tryCatchLog Title: Advanced 'tryCatch()' and 'try()' Functions -Version: 1.1.5 +Version: 1.1.6 Authors@R: c( person("Juergen", "Altfeld", email = "jaltfeld@altfeld-im.de", role = c("aut", "cre", "cph")), person("Charles", "Epaillard", email = "charles.epaillard@gmail.com", role = "ctb") diff --git a/NEWS.md b/NEWS.md index 2e3c939..c1edaa3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,25 @@ For the conventions for files NEWS and ChangeLog in the GNU project see https://www.gnu.org/prep/standards/standards.html#Documentation --> +## Version 1.1.6 (Nov 6, 2019) + +* CRAN release version (with fixed broken unit test that caused this + package to be removed from CRAN three weeks ago) +* Fixed CRAN submission finding: + +> Thanks, we see: +> +> Found the following (possibly) invalid file URIs: +> URI: LICENSE +> From: inst/doc/tryCatchLog-intro.html +> URI: cond +> From: NEWS.md +> +> Please include the files in the correct directories or link to documents +> via fully specified URLs. + + + ## Version 1.1.5 (Sept 30, 2019) * Implemented feature request #44: Support configurable suppression of compact and full stack trace @@ -175,7 +194,7 @@ https://www.gnu.org/prep/standards/standards.html#Documentation ## Version 0.9.5 (Nov. 18, 2017) * Added: Function `last.tryCatchLog.log` to retrieve the log output of the call of `tryLog` or `tryCatchLog` -* Fixed bug #17: tryCatchLog throws: Error in value[[3L]](cond) : unused argument (cond) +* Fixed bug #17: tryCatchLog throws: Error in value`[[3L]](cond)` : unused argument (cond) * NULL as value for error argument throws an explicit error (instead of an implicit deep down in R) * Improved: Documentation diff --git a/vignettes/01_license.Rmd_child b/vignettes/01_license.Rmd_child index f9456a3..eb523a0 100644 --- a/vignettes/01_license.Rmd_child +++ b/vignettes/01_license.Rmd_child @@ -30,5 +30,5 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. -You should have received [a copy of the GNU General Public License](LICENSE) +You should have received [a copy of the GNU General Public License](https://github.com/aryoda/tryCatchLog/blob/master/LICENSE) along with this program. If not, see .