unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#74211] [PATCH] gnu: Add r-seuratextenddata.
@ 2024-11-05 16:31 Navid Afkhami
  2024-11-05 23:30 ` bug#74211: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2024-11-05 16:31 UTC (permalink / raw)
  To: 74211; +Cc: Navid Afkhami, Laurent Gatto, Ricardo Wurmus, Simon Tournier

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-05 23:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 16:31 [bug#74211] [PATCH] gnu: Add r-seuratextenddata Navid Afkhami
2024-11-05 23:30 ` bug#74211: " Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).