GNU bug report logs -
#74113
[PATCH] gnu: Add r-robustrankaggreg.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Nov 2024 12:26:37 +0100
with message-id <87sesbjitu.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-robustrankaggreg.
has caused the debbugs.gnu.org bug report #74113,
regarding [PATCH] gnu: Add r-robustrankaggreg.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
74113: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74113
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/cran.scm (r-robustrankaggreg): New variable.
Change-Id: I2dbc983544b9858e279c192f00d52b3f18bc71c4
---
gnu/packages/cran.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 717e4eac89..e5e1d25c77 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1629,6 +1629,28 @@ (define-public r-pma
canonical correlation analysis.")
(license license:gpl2+)))
+(define-public r-robustrankaggreg
+ (package
+ (name "r-robustrankaggreg")
+ (version "1.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "RobustRankAggreg" version))
+ (sha256
+ (base32 "0p2nbgxv2132gcyx7zq2gzl6ipsxndx64i7y8v9nh5awcdy8v44p"))))
+ (properties `((upstream-name . "RobustRankAggreg")))
+ (build-system r-build-system)
+ (home-page "https://cran.r-project.org/package=RobustRankAggreg")
+ (synopsis "Methods for robust rank aggregation")
+ (description
+ "This tool provides methods for aggregating ranked lists, especially lists of genes.
+It implements the Robust Rank Aggregation and other simple algorithms for the task.
+RRA method uses a probabilistic model for aggregation that is robust to noise and
+also facilitates the calculation of significance probabilities for all the elements
+in the final ranking.")
+ (license license:gpl2)))
+
(define-public r-rpresto
(package
(name "r-rpresto")
base-commit: d6f775c30c6f47e174f6110d1089edc6315600e4
--
2.43.0
[Message part 3 (message/rfc822, inline)]
Applied, thanks!
--
Ricardo
This bug report was last modified 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.