summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-01-14 19:42:02 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:27:41 +0100
commit5f4702881bf2841bfdc6372fd7c4ceae97021dfd (patch)
tree42e1676b3b079d4d3edb6388189e84d355651b8c
parent060ea9209237d6c0ad6401695e99cb5bf71c85eb (diff)
gnu: r-trycatchlog: Update to 1.3.3.
* gnu/packages/cran.scm (r-trycatchlog): Update to 1.3.3. [native-inputs]: Add r-covr. Change-Id: I044326175add22f6c7af6934fb0413981a051ed9 Signed-off-by: Rutherther <rutherther@ditigal.xyz>
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index dbd72873e5..3eb50d481f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19913,13 +19913,13 @@ regions. Guaranteed to converge to local minimum of objective function.")
(define-public r-trycatchlog
(package
(name "r-trycatchlog")
- (version "1.3.1")
+ (version "1.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "tryCatchLog" version))
(sha256
- (base32 "0k40a48qzwmardjnkf0h5s5zryivzvdanz61kxdqdfqlil19ma0d"))))
+ (base32 "1dynasn4na54bikjbrvzwj468p0sx3dm3g4vm2gxdq3xwx8y71gd"))))
(properties `((upstream-name . "tryCatchLog")))
(build-system r-build-system)
(arguments
@@ -19942,7 +19942,7 @@ regions. Guaranteed to converge to local minimum of objective function.")
(substitute* "tests/testthat/test_platform_functions.R"
((".*OS-specific newlines work.*" m)
(string-append m "skip('skip');\n"))))))))
- (native-inputs (list r-knitr r-testthat))
+ (native-inputs (list r-covr r-knitr r-testthat))
(home-page "https://github.com/aryoda/tryCatchLog")
(synopsis "Advanced tryCatch and try functions")
(description