all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64435] [PATCH] gnu: Add r-dtmm.
@ 2023-07-03 11:27 Navid Afkhami
  2023-07-03 11:43 ` bug#64435: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Navid Afkhami @ 2023-07-03 11:27 UTC (permalink / raw)
  To: 64435; +Cc: Navid Afkhami

* gnu/packages/bioinformatics.scm (r-dtmm): New variable.
---
 gnu/packages/bioinformatics.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f3ea86544d..0f3f64b98f 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14644,6 +14644,30 @@ (define-public r-disgenet2r
 to retrieve data from DisGeNET v6.0 (Jan, 2019).")
       (license license:expat))))
 
+(define-public r-dtmm
+  (let ((commit "3a553b1e17d27d90a496d2e23e98e5dfe4abc266")
+        (revision "1"))
+    (package
+      (name "r-dtmm")
+      (version (git-version "0.1.0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/MaStatLab/DTMM")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "19279wafqfs9gk9489f8zsp52qcdb0mkxgvqszq4i733ckr2mmkk"))))
+      (properties `((upstream-name . "DTMM")))
+      (build-system r-build-system)
+      (propagated-inputs (list r-ape r-rcpp r-rcpparmadillo))
+      (home-page "https://github.com/MaStatLab/DTMM")
+      (synopsis "Dirichlet-tree multinomial mixtures")
+      (description
+       "Dirichlet-tree multinomial mixtures for clustering microbiome compositions.")
+      (license license:cc0))))
+
 (define-public r-dyngen
   (package
     (name "r-dyngen")

base-commit: 29ccd7cac93da290e1d0466a1d33748ad4ccbf08
-- 
2.34.1





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

* bug#64435: [PATCH] gnu: Add r-dtmm.
  2023-07-03 11:27 [bug#64435] [PATCH] gnu: Add r-dtmm Navid Afkhami
@ 2023-07-03 11:43 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2023-07-03 11:43 UTC (permalink / raw)
  To: 64435-done

Hi Navid,

thank you for the patch!  I applied it and pushed it to Guix with commit
669f0eaed6310233295fbd0a077afc9ce054c6ab after expanding on the
description a little to turn it into a complete sentence.

-- 
Ricardo




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

end of thread, other threads:[~2023-07-03 11:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-03 11:27 [bug#64435] [PATCH] gnu: Add r-dtmm Navid Afkhami
2023-07-03 11:43 ` bug#64435: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.