From 292775d2e9a64b3716ef77693990537edda8f985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Altfeld?= Date: Mon, 25 Oct 2021 09:13:51 +0200 Subject: [PATCH] CRAN release of version 1.3.1 --- DESCRIPTION | 2 +- NEWS.md | 8 ++++++++ README.md | 1 + vignettes/90_appendix.Rmd_child | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a6ae35b..fcc2753 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tryCatchLog Title: Advanced 'tryCatch()' and 'try()' Functions -Version: 1.3.0 +Version: 1.3.1 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 2139c37..0559578 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,14 @@ For the conventions for files NEWS and ChangeLog in the GNU project see https://www.gnu.org/prep/standards/standards.html#Documentation --> +## Version 1.3.1 (Oct 24, 2021) for CRAN + +* Fix CRAN check note for `inst/doc/tryCatchLog-intro.html` reported by win-builder on R-devel: + Found the following (possibly) invalid URLs: + URL: http://www.biostat.jhsph.edu/~rpeng/docs/R-debug-tools.pdf + (moved to https://www.biostat.jhsph.edu/~rpeng/docs/R-debug-tools.pdf) + + ## Version 1.3.0 (Sept 30, 2021) * Fix critical bug #68: Bad condition logging performance with bug data sizes diff --git a/README.md b/README.md index e4c8a54..a7a90e2 100644 --- a/README.md +++ b/README.md @@ -726,6 +726,7 @@ Further links: * Build source package and upload the release candiate (*tar.gz file) at win-builder to check for errors. (see instructions: https://win-builder.r-project.org/). There is an [upload page](https://win-builder.r-project.org/upload.aspx) for R-release, R-devel and R-oldrelease. * Finally upload the release candiate file to CRAN via their submission page: https://cran.r-project.org/submit.html + and check your email and spam folder for the CRAN email with the confirmation link. * Re-submission is done in the same way as submission, using the ‘Optional comment’ field on the web form to explain how the feedback on previous submission(s) has been addressed. * Updates to previously-published packages must have an increased version. Increasing the version number at each submission reduces confusion so is preferred even when a previous submission was not accepted. diff --git a/vignettes/90_appendix.Rmd_child b/vignettes/90_appendix.Rmd_child index 6bec6fe..3018035 100644 --- a/vignettes/90_appendix.Rmd_child +++ b/vignettes/90_appendix.Rmd_child @@ -26,7 +26,7 @@ Download of these slides: https://github.com/aryoda/R_trainings Project home of the `tryCatchLog` package: https://github.com/aryoda/tryCatchLog -http://www.biostat.jhsph.edu/~rpeng/docs/R-debug-tools.pdf +https://www.biostat.jhsph.edu/~rpeng/docs/R-debug-tools.pdf https://journal.r-project.org/archive/2010-2/RJournal_2010-2_Murdoch.pdf