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
NeedsCompilation: no
Packaged: 2025-12-02 22:50:08 UTC; juergen
Author: Juergen Altfeld [aut, cre, cph],
  Charles Epaillard [ctb],
  Brandon Bertelsen [ctb],
  Valerian Wrobel [ctb],
  Duccio Aiazzi [ctb]
Maintainer: Juergen Altfeld <jaltfeld@altfeld-im.de>
Repository: CRAN
Date/Publication: 2025-12-04 09:00:02 UTC
