GNU bug report logs - #77442
[PATCH 0/2] Remove a deprecated R package and a depending package

Previous Next

Package: guix-patches;

Reported by: Andreas Enge <andreas <at> enge.fr>

Date: Tue, 1 Apr 2025 22:50:04 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 77442 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Enge <andreas <at> enge.fr>
To: 77442 <at> debbugs.gnu.org
Cc: Andreas Enge <andreas <at> enge.fr>
Subject: [PATCH 1/2] gnu: Remove r-velocyto.
Date: Wed,  2 Apr 2025 00:51:39 +0200
The package has not been updated since 2019 and depends on the
deprecated r-h5.

* gnu/packages/bioinformatics.scm (r-velocyto): Delete variable.

Change-Id: I9783c67c92b5351647b964364c281a0d40319949
---
 gnu/packages/bioinformatics.scm | 44 ---------------------------------
 1 file changed, 44 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8fd7789028..226594d8ed 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -22632,50 +22632,6 @@ (define-public r-imagearray
       (description "@code{DelayedArray} based image operations.")
       (license license:expat))))
 
-(define-public r-velocyto
-  (let ((commit "d7790346cb99f49ab9c2b23ba70dcf9d2c9fc350")
-        (revision "1"))
-    (package
-      (name "r-velocyto")
-      (version (git-version "0.6" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/velocyto-team/velocyto.R")
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32
-           "16wqf70j7rd7pay2q513iyz12i8n9vrpg1bisah4lddbcpx5dz1n"))))
-      (build-system r-build-system)
-      (inputs
-       (list boost))
-      (propagated-inputs
-       (list r-hdf5r
-             r-mass
-             r-mgcv
-             r-pcamethods
-             r-rcpp
-             r-rcpparmadillo
-             ;; Suggested packages
-             r-rtsne
-             r-cluster
-             r-abind
-             r-h5
-             r-biocgenerics
-             r-genomicalignments
-             r-rsamtools
-             r-edger
-             r-igraph))
-      (home-page "https://velocyto.org")
-      (synopsis "RNA velocity estimation in R")
-      (description
-       "This package provides basic routines for estimation of gene-specific
-transcriptional derivatives and visualization of the resulting velocity
-patterns.")
-      (license license:gpl3))))
-
 (define-public r-voltron
   (let ((commit "21886d82292dc46521da2a03d978d78f3bd7210b")
         (revision "5"))
-- 
2.49.0





This bug report was last modified 21 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.