gnu: r-estimability: Update to 1.2.
* gnu/packages/statistics.scm (r-estimability): Update to 1.2.
This commit is contained in:
parent
eebac90aa8
commit
58b93ad5d9
|
@ -324,13 +324,13 @@ OpenSSL should be used.")
|
||||||
(define-public r-estimability
|
(define-public r-estimability
|
||||||
(package
|
(package
|
||||||
(name "r-estimability")
|
(name "r-estimability")
|
||||||
(version "1.1-1")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "estimability" version))
|
(uri (cran-uri "estimability" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"049adh8i0ad0m0qln2ylqdxcs5v2q9zfignn2a50r5f93ip2ay6w"))))
|
"13b80bpnbrarazjvnpnk91ljjsqgfm2fm3gy66aj09cmmsmv199h"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/estimability")
|
(home-page "http://cran.r-project.org/web/packages/estimability")
|
||||||
(synopsis "Tools for assessing estimability of linear predictions")
|
(synopsis "Tools for assessing estimability of linear predictions")
|
||||||
|
|
Loading…
Reference in New Issue