Package: tryCatchLog Title: Advanced 'tryCatch()' and 'try()' Functions Version: 1.3.3 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"), person("Brandon", "Bertelsen", email = "brandon@bertelsen.ca", role = "ctb"), person("Valerian", "Wrobel", email = "valerian.wrobel@gmail.com", role = "ctb"), person("Duccio", "Aiazzi", email = "aiazziduccio@gmail.com", role = "ctb") ) Description: Advanced tryCatch() and try() functions for better error handling (logging, stack trace with source code references and support for post-mortem analysis via dump files). Imports: utils Depends: R (>= 3.1.0) License: GPL-3 | file LICENSE URL: https://github.com/aryoda/tryCatchLog BugReports: https://github.com/aryoda/tryCatchLog/issues Encoding: UTF-8 RoxygenNote: 7.3.2 Suggests: futile.logger, lgr, testthat (>= 3.2.0), knitr, rmarkdown, covr VignetteBuilder: knitr Repository: https://aryoda.r-universe.dev Date/Publication: 2025-12-08 14:25:27 UTC RemoteUrl: https://github.com/aryoda/trycatchlog RemoteRef: HEAD RemoteSha: 39f6b022e508a1071ef817f7b897c4a83ea3d465 NeedsCompilation: no Packaged: 2026-07-06 08:08:33 UTC; root Author: Juergen Altfeld [aut, cre, cph], Charles Epaillard [ctb], Brandon Bertelsen [ctb], Valerian Wrobel [ctb], Duccio Aiazzi [ctb] Maintainer: Juergen Altfeld