Package: tryCatchLog
Title: Advanced 'tryCatch()' and 'try()' Functions
Version: 1.1.6
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")
  )
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
LazyData: true
RoxygenNote: 6.1.0
Suggests: futile.logger, testthat, knitr, rmarkdown, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-11-06 18:05:03 UTC; juergen
Author: Juergen Altfeld [aut, cre, cph],
  Charles Epaillard [ctb]
Maintainer: Juergen Altfeld <jaltfeld@altfeld-im.de>
Repository: CRAN
Date/Publication: 2019-11-06 23:40:02 UTC
