[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")
- branch master updated (db49eed2d3 -> 5a95cf76e1), guix-commits, 2024/04/10
- 04/36: gnu: r-codedepends: Update to 0.6.6., guix-commits, 2024/04/10
- 02/36: gnu: Add r-pki., guix-commits, 2024/04/10
- 08/36: gnu: r-rticles: Update to 0.27., guix-commits, 2024/04/10
- 09/36: gnu: r-secretbase: Update to 0.4.0., guix-commits, 2024/04/10
- 01/36: gnu: Add r-trycatchlog.,
guix-commits <=
- 06/36: gnu: r-ggstats: Update to 0.6.0., guix-commits, 2024/04/10
- 03/36: gnu: r-valr: Update to 0.8.0., guix-commits, 2024/04/10
- 05/36: gnu: r-broom-helpers: Update to 1.15.0., guix-commits, 2024/04/10
- 07/36: gnu: r-ggstatsplot: Update to 0.12.3., guix-commits, 2024/04/10
- 12/36: gnu: r-hardyweinberg: Update to 1.7.8., guix-commits, 2024/04/10
- 15/36: gnu: r-promises: Update to 1.3.0., guix-commits, 2024/04/10
- 16/36: gnu: r-ggstance: Update to 0.3.7., guix-commits, 2024/04/10
- 17/36: gnu: r-emmeans: Update to 1.10.1., guix-commits, 2024/04/10
- 13/36: gnu: r-argparser: Update to 0.7.2., guix-commits, 2024/04/10
- 14/36: gnu: r-smoother: Update to 1.3., guix-commits, 2024/04/10