GNU bug report logs -
#73025
[PATCH] gnu: Add r-pairwiseadonis.
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 73025 in the body.
You can then email your comments to 73025 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#73025
; Package
guix-patches
.
(Wed, 04 Sep 2024 11:48:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 04 Sep 2024 11:48: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-pairwiseadonis): New variable.
Change-Id: Idf7ad9efa3625bb60663f421ec79d0a69170e4dd
---
gnu/packages/bioinformatics.scm | 50 ++++++++++++++++++++++++++++++++-
1 file changed, 49 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 4653360792..0206ebe1a3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11,7 +11,7 @@
;;; Copyright © 2017, 2021, 2022, 2024 Arun Isaac <arunisaac <at> systemreboot.net>
;;; Copyright © 2018 Joshua Sierles, Nextjournal <joshua <at> nextjournal.com>
;;; Copyright © 2018 Gábor Boskovits <boskovits <at> gmail.com>
-;;; Copyright © 2018-2023 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
+;;; Copyright © 2018-2024 Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
;;; Copyright © 2019, 2020, 2021, 2023 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2019 Brian Leung <bkleung89 <at> gmail.com>
;;; Copyright © 2019 Brett Gilio <brettg <at> gnu.org>
@@ -13155,6 +13155,54 @@ (define-public r-pairadise
(propagated-inputs (list r-doparallel r-foreach r-iterators r-nloptr))
(license license:expat)))
+(define-public r-pairwiseadonis
+ ;; There is no tag for version 0.4.1, nor is there a release archive.
+ (let ((commit "cb190f7668a0c82c0b0853927db239e7b9ec3e83")
+ (revision "1"))
+ (package
+ (name "r-pairwiseadonis")
+ ;; The versioning scheme of this package is inconsistent, with versions
+ ;; progressing from 0.21 to 0.3 and then to 0.4.1, which does not follow
+ ;; a standard numerical order or convention (e.g., semantic versioning).
+ (version (git-version "0.4.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/pmartinezarbizu/pairwiseAdonis")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "11hl6qqmr5vns476921802y0qmb46i1jf0rf7xfkyswlh6xkcl99"))))
+ (properties `((upstream-name . "pairwiseAdonis")))
+ (build-system r-build-system)
+ (arguments
+ (list
+ #:phases
+ ;; Move into the subdirectory containing the R package files
+ '(modify-phases %standard-phases
+ (add-after 'unpack 'move-to-subdir
+ (lambda _ (chdir "pairwiseAdonis"))))))
+ (propagated-inputs
+ (list r-cluster
+ r-permute
+ r-vegan))
+ (synopsis "Pairwise multilevel comparison using adonis")
+ (description
+ "This package implements two functions:
+@itemize
+@item @code{pairwise.adonis} is a wrapper function for multilevel pairwise
+comparison using adonis2 from package vegan. The function returns adjusted
+p-values using @code{p.adjust()}. It does not accept interaction between factors
+neither strata.
+@item @code{pairwise.adonis2} accepts a model formula like in adonis from vegan.
+You can use interactions between factors and define strata to constrain
+permutations. For pairwise comparison a list of unique pairwise combination of
+factors is produced.
+@end itemize")
+ (home-page "https://github.com/pmartinezarbizu/pairwiseAdonis")
+ (license license:gpl2+))))
+
(define-public pardre
(package
(name "pardre")
base-commit: 7fa9df431e9423e2b79c8c520de1d0ef7aed910d
--
2.45.2
Reply sent
to
Andreas Enge <andreas <at> enge.fr>
:
You have taken responsibility.
(Sat, 21 Sep 2024 07:28:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Sat, 21 Sep 2024 07:28:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 73025-done <at> debbugs.gnu.org (full text, mbox):
Pushed, thanks!
Andreas
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Oct 2024 11:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 243 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.