guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/36: gnu: Add r-trycatchlog.


From: guix-commits
Subject: 01/36: gnu: Add r-trycatchlog.
Date: Wed, 10 Apr 2024 09:14:06 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 525beb6c379352ee6e6fa7e91e3f85f41219c653
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Apr 9 18:45:23 2024 +0200

    gnu: Add r-trycatchlog.
    
    * gnu/packages/cran.scm (r-trycatchlog): New variable.
    
    Change-Id: I092c8ada3e139e21e07f000041a5e2fc345af977
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 8207f09725..df3771c214 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9683,6 +9683,27 @@ can be produced.  All the probability functions in the 
stats, stats4 and evd
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]