mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: r-rocr: Update to 1.0-11.
* gnu/packages/statistics.scm (r-rocr): Update to 1.0-11. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
c95769be29
commit
364d9e06db
1 changed files with 4 additions and 2 deletions
|
@ -4246,18 +4246,20 @@ (define-public r-gplots
|
|||
(define-public r-rocr
|
||||
(package
|
||||
(name "r-rocr")
|
||||
(version "1.0-7")
|
||||
(version "1.0-11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ROCR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jay8cm7lgq56i967vm5c2hgaxqkphfpip0gn941li3yhh7p3vz7"))))
|
||||
"0amvvrkiflmr3qygrsgrsja4gaf2v6r6h6i2bgpsm8r069vmlf2p"))))
|
||||
(properties `((upstream-name . "ROCR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-gplots" ,r-gplots)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://rocr.bioinf.mpi-sb.mpg.de/")
|
||||
(synopsis "Visualizing the performance of scoring classifiers")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue