me
/
guix
Archived
1
0
Fork 0

gnu: r-modelmetrics: Update to 1.2.2.2.

* gnu/packages/statistics.scm (r-modelmetrics): Update to 1.2.2.2.
master
Ricardo Wurmus 2020-03-19 10:04:11 +01:00
parent f3a64b9960
commit 2ceb2ed99f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5029,14 +5029,14 @@ decompositions of such matrices, and solutions of linear systems.")
(define-public r-modelmetrics
(package
(name "r-modelmetrics")
(version "1.2.2.1")
(version "1.2.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ModelMetrics" version))
(sha256
(base32
"17yw46yr0n9hddvlhh73jdpmpdlpa581n5xjpwkr6cpr2f7xxpqc"))))
"0mrlsw4c5y1vdsqynxr2dcvmhh5h37pnd71jw5a5djpbda9g21jy"))))
(properties `((upstream-name . "ModelMetrics")))
(build-system r-build-system)
(propagated-inputs