GNU bug report logs - #74211
[PATCH] gnu: Add r-seuratextenddata.

Previous Next

Package: guix-patches;

Reported by: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>

Date: Tue, 5 Nov 2024 16:33:01 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74211 in the body.
You can then email your comments to 74211 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#74211; Package guix-patches. (Tue, 05 Nov 2024 16:33:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
New bug report received and forwarded. Copy sent to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Tue, 05 Nov 2024 16:33:01 GMT) Full text and rfc822 format available.

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

From: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Cc: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Subject: [PATCH] gnu: Add r-seuratextenddata.
Date: Tue, 5 Nov 2024 16:31:35 +0000
* gnu/packages/cran.scm (r-seuratextenddata): New variable.

Change-Id: Ic07ca4e55387ac914f915f3688bda2f9352435cc
---
 gnu/packages/cran.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0593288818..ab369c116c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -38320,6 +38320,28 @@ (define-public r-scattermore
 data to rasters.  It speeds up plotting of data with millions of points.")
     (license license:gpl3+)))
 
+(define-public r-seuratextenddata
+  (let ((commit "e7f17d4bacca436705b06b2cd0c879f83add9271")
+        (revision "1"))
+    (package
+      (name "r-seuratextenddata")
+      (version (git-version "0.2.1" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/huayc09/SeuratExtendData")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "1vl2wvpbv5q04mzc6z3f1jw2jc5i8pw5vm8y1rg5b1cihkwppvq5"))))
+      (properties `((upstream-name . "SeuratExtendData")))
+      (build-system r-build-system)
+      (home-page "https://github.com/huayc09/SeuratExtendData")
+      (synopsis "Data attached to SeuratExtend package")
+      (description "Data package of SeuratExtend tool")
+      (license license:gpl3+))))
+
 (define-public r-seuratobject
   (package
     (name "r-seuratobject")

base-commit: 254f465b611383d80c08786bc3a8ae32b72066ab
-- 
2.43.0





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 05 Nov 2024 23:31:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Tue, 05 Nov 2024 23:31:02 GMT) Full text and rfc822 format available.

Message #10 received at 74211-done <at> debbugs.gnu.org (full text, mbox):

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
Cc: 74211-done <at> debbugs.gnu.org, Laurent Gatto <laurent.gatto <at> gmail.com>,
 Simon Tournier <zimon.toutoune <at> gmail.com>
Subject: Re: [bug#74211] [PATCH] gnu: Add r-seuratextenddata.
Date: Wed, 06 Nov 2024 00:30:19 +0100
Hi Navid,

> * gnu/packages/cran.scm (r-seuratextenddata): New variable.

Thanks for the patch!  I've moved it to bioinformatics.scm because it's
not hosted on CRAN.

-- 
Ricardo




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 04 Dec 2024 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 192 days ago.

Previous Next


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