See https://cran.r-project.org/package=tryCatchLog
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
(#68) - Limit the maximum number of source code rows printed in the full call stack per call to 10
(was unlimited before which cause bug #68 if large data in arguments was printed too) - Add option
tryCatchLog.max.lines.per.call
to change the maximum number of source code rows
printed in the full call stack per call