mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add r-trycatchlog.
* gnu/packages/cran.scm (r-trycatchlog): New variable. Change-Id: I092c8ada3e139e21e07f000041a5e2fc345af977
This commit is contained in:
parent
db49eed2d3
commit
525beb6c37
1 changed files with 21 additions and 0 deletions
|
@ -9683,6 +9683,27 @@ (define-public r-truncdist
|
|||
packages are automatically available for truncation.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-trycatchlog
|
||||
(package
|
||||
(name "r-trycatchlog")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tryCatchLog" version))
|
||||
(sha256
|
||||
(base32 "0k40a48qzwmardjnkf0h5s5zryivzvdanz61kxdqdfqlil19ma0d"))))
|
||||
(properties `((upstream-name . "tryCatchLog")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/aryoda/tryCatchLog")
|
||||
(synopsis "Advanced tryCatch and try functions")
|
||||
(description
|
||||
"This package provides advanced @code{tryCatch} and @code{try} functions
|
||||
for better error handling (logging, stack trace with source code references
|
||||
and support for post-mortem analysis via dump files).")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-rsolnp
|
||||
(package
|
||||
(name "r-rsolnp")
|
||||
|
|
Loading…
Reference in a new issue