[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/212: gnu: r-liger: Rename to r-rliger.
From: |
guix-commits |
Subject: |
01/212: gnu: r-liger: Rename to r-rliger. |
Date: |
Sat, 18 Feb 2023 14:00:43 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit ab0e14c41a76b0a512d909a58a2b981913b792e0
Author: Ricardo Wurmus <rekado@elephly.net>
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")
- branch master updated (b795976778 -> 0ba69c1ee2), guix-commits, 2023/02/18
- 01/212: gnu: r-liger: Rename to r-rliger.,
guix-commits <=
- 05/212: import/cran: Process all vignette builders., guix-commits, 2023/02/18
- 07/212: import/cran: Remove directory-needs-zlib? in favor of needed-libraries-in-directory., guix-commits, 2023/02/18
- 02/212: gnu: r-readods: Update to 1.8.0., guix-commits, 2023/02/18
- 04/212: import/cran: Add name mapping for libjpeg., guix-commits, 2023/02/18
- 03/212: import/cran: Add directory-needs-esbuild?., guix-commits, 2023/02/18
- 06/212: import/cran: Add generic way to detect needed libraries., guix-commits, 2023/02/18
- 08/212: gnu: r-flexdashboard: Update to 0.6.1., guix-commits, 2023/02/18
- 11/212: gnu: Add r-gfonts., guix-commits, 2023/02/18
- 13/212: gnu: r-d3r: Update to 1.0.1., guix-commits, 2023/02/18
- 14/212: gnu: r-wgcna: Update to 1.72-1., guix-commits, 2023/02/18