GNU bug report logs -
#64435
[PATCH] gnu: Add r-dtmm.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64435 in the body.
You can then email your comments to 64435 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#64435
; Package
guix-patches
.
(Mon, 03 Jul 2023 11:29: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
guix-patches <at> gnu.org
.
(Mon, 03 Jul 2023 11:29:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 03 Jul 2023 11:45:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Navid Afkhami <navid.afkhami <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 03 Jul 2023 11:45:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 64435-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 01 Aug 2023 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 16 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.