mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-multidataset: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-multidataset): Update to 1.36.0. [native-inputs]: Remove r-testthat. Change-Id: Ie75f6e5d522643d61a6b814dc25b66e250d93de5
This commit is contained in:
parent
d059cd9e23
commit
87d54dce90
1 changed files with 3 additions and 3 deletions
|
@ -21202,14 +21202,14 @@ Markov-Chain-Monte-Carlo is applied to sample the activity states.")
|
|||
(define-public r-multidataset
|
||||
(package
|
||||
(name "r-multidataset")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MultiDataSet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"048wnzw5qkfr0fhcz0i031zxz7xkvwyc451a1xbllkqpb9jsvi50"))))
|
||||
"1a1d073nxwsfgw58aj0d5lsvky3p3jjxf1sa2csxqk2rkn0c0w5p"))))
|
||||
(properties `((upstream-name . "MultiDataSet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -21224,7 +21224,7 @@ Markov-Chain-Monte-Carlo is applied to sample the activity states.")
|
|||
r-s4vectors
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/MultiDataSet/")
|
||||
(synopsis "Implementation of MultiDataSet and ResultSet")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue