gnu: r-goftest: Update to 1.2-3.
* gnu/packages/cran.scm (r-goftest): Update to 1.2-3.master
parent
2498f757af
commit
1f552f46ce
|
@ -26625,14 +26625,14 @@ and predictions of any machine learning model. Implemented methods are:
|
||||||
(define-public r-goftest
|
(define-public r-goftest
|
||||||
(package
|
(package
|
||||||
(name "r-goftest")
|
(name "r-goftest")
|
||||||
(version "1.2-2")
|
(version "1.2-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "goftest" version))
|
(uri (cran-uri "goftest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ivnkqhv5xgiv05dm648nngacymd8x8g0fyppv3bc0mhcqk9k5z4"))))
|
"06bz6k7smr4jbvzmb73qc5fkf4my59w5gbl18wlmpkkymsv78prs"))))
|
||||||
(properties `((upstream-name . "goftest")))
|
(properties `((upstream-name . "goftest")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/baddstats/goftest")
|
(home-page "https://github.com/baddstats/goftest")
|
||||||
|
|
Reference in New Issue