gnu: r-modelmetrics: Update to 1.2.2.2.
* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.2.2.
This commit is contained in:
parent
f3a64b9960
commit
2ceb2ed99f
1 changed files with 2 additions and 2 deletions
|
@ -5029,14 +5029,14 @@ 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.2.2.1")
|
(version "1.2.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ModelMetrics" version))
|
(uri (cran-uri "ModelMetrics" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17yw46yr0n9hddvlhh73jdpmpdlpa581n5xjpwkr6cpr2f7xxpqc"))))
|
"0mrlsw4c5y1vdsqynxr2dcvmhh5h37pnd71jw5a5djpbda9g21jy"))))
|
||||||
(properties `((upstream-name . "ModelMetrics")))
|
(properties `((upstream-name . "ModelMetrics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue