gnu: r-pbapply: Update to 1.4-2.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.4-2.master
parent
21890aad50
commit
df0f876ee4
|
@ -5028,14 +5028,14 @@ VGLMs can be loosely thought of as multivariate generalised linear models.")
|
||||||
(define-public r-pbapply
|
(define-public r-pbapply
|
||||||
(package
|
(package
|
||||||
(name "r-pbapply")
|
(name "r-pbapply")
|
||||||
(version "1.4-1")
|
(version "1.4-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pbapply" version))
|
(uri (cran-uri "pbapply" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bbws9n90cqnnp5k58hp852jwmm6513jnhn4vzhl9f8x314k6qxk"))))
|
"1xmk4p006v8gij26rs6kp5prjyf2n32nqjxiyp8a6kvgyc4z46dc"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://github.com/psolymos/pbapply")
|
(home-page "https://github.com/psolymos/pbapply")
|
||||||
(synopsis "Adding progress bar to apply functions")
|
(synopsis "Adding progress bar to apply functions")
|
||||||
|
|
Reference in New Issue