GNU bug report logs -
#75602
[PATCH] gnu: Add r-rpanglaodb.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 16 Jan 2025 14:04:28 +0100
with message-id <87plkmhpur.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-rpanglaodb.
has caused the debbugs.gnu.org bug report #75602,
regarding [PATCH] gnu: Add r-rpanglaodb.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75602: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75602
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
Applied, thanks!
--
Ricardo
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.