forked from aryoda/tryCatchLog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 810 Bytes
/
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
Package: tryCatchLog
Title: Advanced 'tryCatch()' and 'try()' Functions
Version: 1.1.6
Authors@R: c(
person("Juergen", "Altfeld", email = "[email protected]", role = c("aut", "cre", "cph")),
person("Charles", "Epaillard", 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
LazyData: true
RoxygenNote: 6.1.0
Suggests:
futile.logger,
testthat,
knitr,
rmarkdown,
covr
VignetteBuilder: knitr