rekado pushed a commit to branch master
in repository guix.
commit ab0e14c41a76b0a512d909a58a2b981913b792e0
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Fri Feb 17 20:06:16 2023 +0100
gnu: r-liger: Rename to r-rliger.
Upstream changed the name to avoid a conflict with the liger package in
CRAN.
* gnu/packages/cran.scm (r-liger): Define as a deprecated alias for...
(r-rliger): ...this new variable.
---
gnu/packages/cran.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6cea202519..3b25b161f2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23023,9 +23023,9 @@ complex composition of plots by providing mathematical
operators for combining
multiple plots.")
(license license:expat)))
-(define-public r-liger
+(define-public r-rliger
(package
- (name "r-liger")
+ (name "r-rliger")
(version "0.4.2")
(source
(origin
@@ -23097,6 +23097,9 @@ integrative non-negative matrix factorization to
identify shared and
dataset-specific factors.")
(license license:gpl3)))
+(define-public r-liger
+ (deprecated-package "r-liger" r-rliger))
+
(define-public r-harmony
(package
(name "r-harmony")