guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit f3106cb4851dab5df9acc1ba8cf27d682eadc2a9
Author: Simon Tournier <[email protected]>
AuthorDate: Tue Oct 28 16:36:38 2025 +0100
gnu: Remove r-assertive.
Package was removed from the CRAN repository and its dependency
'r-assertive-reflection' relies on the R procedure 'is.R()' which had been
removed in [email protected].
* gnu/packages/cran.scm (r-assertive): Delete variable.
Change-Id: I1a8126594162b0c0f4ef03a9177fb5b74c4754be
---
gnu/packages/cran.scm | 39 ---------------------------------------
1 file changed, 39 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 09f97ef080..58c5a68b67 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32613,45 +32613,6 @@ for use by other package developers who want to
include run-time testing
features in their own packages.")
(license license:gpl3+)))
-(define-public r-assertive
- (package
- (name "r-assertive")
- (version "0.3-6")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "assertive" version))
- (sha256
- (base32
- "02palil82idqhhshcdjsfsja9qkqnd0dczqzj5gbccy4hfg1c0y4"))))
- (build-system r-build-system)
- (propagated-inputs
- (list r-assertive-base
- r-assertive-code
- r-assertive-data
- r-assertive-data-uk
- r-assertive-data-us
- r-assertive-datetimes
- r-assertive-files
- r-assertive-matrices
- r-assertive-models
- r-assertive-numbers
- r-assertive-properties
- r-assertive-reflection
- r-assertive-sets
- r-assertive-strings
- r-assertive-types
- r-knitr))
- (native-inputs
- (list r-knitr r-testthat))
- (home-page "https://bitbucket.org/richierocks/assertive")
- (synopsis "Readable check functions to ensure code integrity")
- (description
- "This package provides lots of predicates (@code{is_*} functions) to
-check the state of your variables, and assertions (@code{assert_*} functions)
-to throw errors if they aren't in the right form.")
- (license license:gpl3+)))
-
(define-public r-dotcall64
(package
(name "r-dotcall64")