rekado pushed a commit to branch master
in repository guix.

commit 1e2eecfa4b5f987490bf5677505b04f071847848
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Tue May 13 16:34:44 2025 +0200

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0a3b8a0df3..d15c0ae192 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -651,6 +651,28 @@ noncentral hypergeometric distribution (also called 
extended hypergeometric
 distribution).")
    (license license:gpl3+)))
 
+(define-public r-bigassertr
+  (package
+    (name "r-bigassertr")
+    (version "0.1.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "bigassertr" version))
+       (sha256
+        (base32 "0bk11jinlc1cvm6aaq9mccs9i328b8s2lbwq63a42fgf1qng103p"))))
+    (properties `((upstream-name . "bigassertr")))
+    (build-system r-build-system)
+    (native-inputs (list r-testthat))
+    (home-page "https://github.com/privefl/bigassertr";)
+    (synopsis "Assertion and message functions")
+    (description
+     "This package provides enhanced message functions @code{(cat()} /
+@code{message()} / @code{warning()} / @code{error()}) using wrappers around
+@code{sprintf()}.  It also provides multiple assertion functions (e.g. to
+check class, length, values, files, arguments, etc.).")
+    (license license:gpl3)))
+
 (define-public r-bigmemory
   (package
     (name "r-bigmemory")

Reply via email to