gnu: r-modelmetrics: Update to 1.2.0.
* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.0. [propagated-inputs]: Add r-data-table.
This commit is contained in:
parent
0d279d607a
commit
f33a4748b7
|
@ -5011,18 +5011,19 @@ decompositions of such matrices, and solutions of linear systems.")
|
||||||
(define-public r-modelmetrics
|
(define-public r-modelmetrics
|
||||||
(package
|
(package
|
||||||
(name "r-modelmetrics")
|
(name "r-modelmetrics")
|
||||||
(version "1.1.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ModelMetrics" version))
|
(uri (cran-uri "ModelMetrics" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"119xxmzb5biq7k1yxqsf0jmmarmfn6lds9x9hfgv593xlpym6za8"))))
|
"1sgdyrf6fbsn18gk8slir4a1yhv133kfhyg2crfs759nff4aw89h"))))
|
||||||
(properties `((upstream-name . "ModelMetrics")))
|
(properties `((upstream-name . "ModelMetrics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rcpp" ,r-rcpp)))
|
`(("r-rcpp" ,r-rcpp)
|
||||||
|
("r-data-table" ,r-data-table)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/ModelMetrics")
|
(home-page "https://cran.r-project.org/web/packages/ModelMetrics")
|
||||||
(synopsis "Rapid calculation of model metrics")
|
(synopsis "Rapid calculation of model metrics")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue