GNU bug report logs - #75602
[PATCH] gnu: Add r-rpanglaodb.

Previous Next

Package: guix-patches;

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

Date: Thu, 16 Jan 2025 11:46:02 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 75602 in the body.
You can then email your comments to 75602 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#75602; Package guix-patches. (Thu, 16 Jan 2025 11:46:02 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. (Thu, 16 Jan 2025 11:46:02 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-rpanglaodb.
Date: Thu, 16 Jan 2025 11:44:35 +0000
* gnu/packages/cran.scm (r-rpanglaodb): New variable.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 98597e3bbe..7489954875 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -11104,6 +11104,27 @@ (define-public r-rmysql
 the RMariaDB package.")
     (license license:gpl2)))
 
+(define-public r-rpanglaodb
+  (package
+    (name "r-rpanglaodb")
+    (version "0.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "rPanglaoDB" version))
+       (sha256
+        (base32 "1ykzih3idgp2yhbw4039hhhzv0nmrmn3wx2c4dxmgp5qzhrg42nf"))))
+    (properties `((upstream-name . "rPanglaoDB")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-matrix r-pbapply r-seurat r-xml r-xml2))
+    (home-page "https://github.com/dosorio/rPanglaoDB/")
+    (synopsis
+     "Download and merge Single-Cell RNA-Seq data from the PanglaoDB database")
+    (description
+     "This R package downloads labeled single-cell RNA-seq data from PanglaoDB.
+It merges the data into a Seurat object for streamlined analysis.")
+    (license license:gpl3)))
+
 (define-public r-rpmm
   (package
     (name "r-rpmm")

base-commit: 15a41ec5a7f0629f78ede29bd7867cd8dc22c992
prerequisite-patch-id: 1a98936f928270aba746a93035ce5b43e9ac73e2
-- 
2.43.0





Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Thu, 16 Jan 2025 13:05:02 GMT) Full text and rfc822 format available.

Notification sent to Navid Afkhami <navid.afkhami <at> mdc-berlin.de>:
bug acknowledged by developer. (Thu, 16 Jan 2025 13:05:03 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: 75602-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-rpanglaodb.
Date: Thu, 16 Jan 2025 14:04:28 +0100
Applied, thanks!

-- 
Ricardo




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

This bug report was last modified 128 days ago.

Previous Next


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