me
/
guix
Archived
1
0
Fork 0

gnu: r-dearseq: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-dearseq): Update to 1.10.0.
[propagated-inputs]: Add r-scattermore.
master
zimoun 2022-11-17 03:50:06 +01:00 committed by Ricardo Wurmus
parent 3a90895228
commit 00400127ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -3234,14 +3234,14 @@ offers nice visualization of methyl-circle plots.")
(define-public r-dearseq
(package
(name "r-dearseq")
(version "1.8.4")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "dearseq" version))
(sha256
(base32
"1zsqsgf243gq1k57mw11d6apzccnq531mwg2wzw9mjrs1m0jsfzl"))))
"1f9hz4jp862jm1grf4qzdvnzp17ri0n1rhfafgkc1j73z6whw1b0"))))
(build-system r-build-system)
(propagated-inputs
(list r-compquadform
@ -3254,6 +3254,7 @@ offers nice visualization of methyl-circle plots.")
r-pbapply
r-reshape2
r-rlang
r-scattermore
r-statmod
r-survey
r-tibble