-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.03 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: tryCatchLog
Title: Advanced 'tryCatch()' and 'try()' Functions
Version: 1.3.2
Authors@R: c(
person("Juergen", "Altfeld", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Charles", "Epaillard", email = "[email protected]", role = "ctb"),
person("Brandon", "Bertelsen", email = "[email protected]", role = "ctb"),
person("Valerian", "Wrobel", email = "[email protected]", role = "ctb"),
person("Duccio", "Aiazzi", email = "[email protected]", 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.1.1
Suggests:
futile.logger,
lgr,
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr