gnu: r-rocr: Use HTTPS home page.
* gnu/packages/statistics.scm (r-rocr)[home-page]: Use HTTPS.
This commit is contained in:
parent
3603f5536e
commit
41e7be78a1
1 changed files with 1 additions and 1 deletions
|
@ -4266,7 +4266,7 @@ including:
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-gplots" ,r-gplots)))
|
`(("r-gplots" ,r-gplots)))
|
||||||
(home-page "http://rocr.bioinf.mpi-sb.mpg.de/")
|
(home-page "https://rocr.bioinf.mpi-sb.mpg.de/")
|
||||||
(synopsis "Visualizing the performance of scoring classifiers")
|
(synopsis "Visualizing the performance of scoring classifiers")
|
||||||
(description
|
(description
|
||||||
"ROCR is a flexible tool for creating cutoff-parameterized 2D performance
|
"ROCR is a flexible tool for creating cutoff-parameterized 2D performance
|
||||||
|
|
Reference in a new issue