mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-01 23:05:57 +02:00
gnu: r-presto: Update to 1.0.0-1.7636b3d.
* gnu/packages/bioinformatics.scm (r-presto): Update to 1.0.0-1.7636b3d. [properties]: Fix typo. [propagated-inputs]: Remove r-deseq2 and r-reshape2; add r-purrr and r-tibble. [native-inputs]: Add r-knitr. Change-Id: I1285062405bd42b7f3162a44ccf7b174492e5201
This commit is contained in:
@@ -13027,8 +13027,8 @@ states in the the context of known, reference states.")
|
||||
(license license:gpl3))))
|
||||
|
||||
(define-public r-presto
|
||||
(let ((commit "052085db9c88aa70a28d11cc58ebc807999bf0ad")
|
||||
(revision "0"))
|
||||
(let ((commit "7636b3d0465c468c35853f82f1717d3a64b3c8f6")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "r-presto")
|
||||
(version (git-version "1.0.0" revision commit))
|
||||
@@ -13040,20 +13040,20 @@ states in the the context of known, reference states.")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c3fmag4r4p2lvbvxlxyck9dvfw1prbwcl9665mmlx4a35750hk8"))))
|
||||
(properties `((upstream . "presto")))
|
||||
(base32 "07giligbadv3ap0p4hzsviqpgiipkqcq7x6p0g8lmb8xxpjz3y29"))))
|
||||
(properties `((upstream-name . "presto")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-data-table
|
||||
r-deseq2
|
||||
r-dplyr
|
||||
r-matrix
|
||||
r-purrr
|
||||
r-rcpp
|
||||
r-rcpparmadillo
|
||||
r-reshape2
|
||||
r-rlang
|
||||
r-tibble
|
||||
r-tidyr))
|
||||
(native-inputs (list r-testthat))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://github.com/immunogenomics/presto")
|
||||
(synopsis "Fast Functions for Differential Expression using Wilcox and AUC")
|
||||
(description "This package performs a fast Wilcoxon rank sum test and
|
||||
|
||||
Reference in New Issue
Block a user