gnu: Add r-bigassertr.

* gnu/packages/cran.scm (r-bigassertr): New variable.

Change-Id: I07b591f4025da1233a915f747054943188a2158c
This commit is contained in:
Ricardo Wurmus 2025-05-13 16:34:44 +02:00
parent 171e4e66c7
commit 1e2eecfa4b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")