guix_mirror_bot pushed a commit to branch r-team
in repository guix.
commit e26886b95e5ff60956672aec0ae5bd5bd0117921
Author: Simon Tournier <[email protected]>
AuthorDate: Tue Oct 28 16:37:49 2025 +0100
gnu: Remove r-assertive-reflection.
Package was removed from the CRAN repository and it depends on `'is.R()`
removed by [email protected].
* gnu/packages/cran.scm (r-assertive-reflection): Delete variable.
Change-Id: I373b23e0a450c096799199d719d23dea11f5f9f3
---
gnu/packages/cran.scm | 26 --------------------------
1 file changed, 26 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 58c5a68b67..345cf3a627 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32374,32 +32374,6 @@ the properties of models. This is mainly 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-reflection
- (package
- (name "r-assertive-reflection")
- (version "0.0-5")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "assertive.reflection" version))
- (sha256
- (base32
- "1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
- (properties
- `((upstream-name . "assertive.reflection")))
- (build-system r-build-system)
- (propagated-inputs
- (list r-assertive-base))
- (native-inputs (list r-testthat))
- (home-page "https://bitbucket.org/richierocks/assertive.reflection")
- (synopsis "Assertions for checking the state of R")
- (description
- "This package provides a set of predicates and assertions for checking
-the state and capabilities of R, the operating system it is running on, and
-the IDE being used. This is mainly 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-types
(package
(name "r-assertive-types")