gnu: r-maldiquant: Update to 1.20.

* gnu/packages/cran.scm (r-maldiquant): Update to 1.20.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2021-08-04 15:35:40 +02:00
parent 9139a5cbb2
commit 00cdff9e6e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -27709,16 +27709,18 @@ (define-public r-seqminer
(define-public r-maldiquant
(package
(name "r-maldiquant")
(version "1.19.3")
(version "1.20")
(source
(origin
(method url-fetch)
(uri (cran-uri "MALDIquant" version))
(sha256
(base32
"0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
"1h9i158czlzwbn5zakkqd2ggc9g90r73vdspmp6kgfcmy9frvwzz"))))
(properties `((upstream-name . "MALDIquant")))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://cran.r-project.org/web/packages/MALDIquant")
(synopsis "Quantitative analysis of mass spectrometry data")
(description