Skip to content

Commit

Permalink
Fix CRAN precheck finding (redirected URL to RStudio). Increment vers…
Browse files Browse the repository at this point in the history
…ion number to 1.2.4 for re-submission
  • Loading branch information
aryoda committed May 21, 2021
1 parent 3f3c28a commit a115b2b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: tryCatchLog
Title: Advanced 'tryCatch()' and 'try()' Functions
Version: 1.2.3
Version: 1.2.4
Authors@R: c(
person("Juergen", "Altfeld", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Charles", "Epaillard", email = "[email protected]", role = "ctb"),
Expand Down
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +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.2.3 (May 16, 2021) for CRAN
## Version 1.2.4 (May 21, 2021) for CRAN

* Fix redirected links found by CRAN precheck:
* Found the following (possibly) invalid URLs:
URL: https://rstudio.com/products/rstudio/ (moved to https://www.rstudio.com/products/rstudio/)
From: inst/doc/tryCatchLog-intro.html

## Version 1.2.3 (May 16, 2021) - submitted at CRAN but rejected

* Fix bug #64: Unit tests fail on R-devel (test_build_log_entry.R and test_build_log_output).
Many thanks to Brodie Gaslam to find and help fixing this bug!
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,9 @@ 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
* 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.
### How to build the package using R-devel (development version of R)
Expand Down
2 changes: 1 addition & 1 deletion vignettes/10_standard_R_conditions.Rmd_child
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ See the next chapters for possible work-arounds...

## Interactive debugging

You can run and debug your R script interactively in the *RGui* or [RStudio](https://rstudio.com/products/rstudio/)
You can run and debug your R script interactively in the *RGui* or [RStudio](https://www.rstudio.com/products/rstudio/)
instead of condition handling with `tryCatch`.

For more details on interactive debugging see `?debug`.
Expand Down
1 change: 1 addition & 0 deletions vignettes/README_FIRST.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ As a workaround I had to
that has a pattern to match all child file names
(this file is NOT shown in RStudio since it starts with a dot - any workaround for that?)
3. added empty dummy files to the "inst/doc" folder for each child Rmd file.
Update May 21, 2021: I cannot find an inst folder in git. Is this step deprecated due to the use of .install_extras?

This avoids
1. failures to build the vignette due to missing child Rmd files
Expand Down

0 comments on commit a115b2b

Please sign in to comment.