gnu: r-pbapply: Update to 1.4-0.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.4-0.master
parent
e51096b2ea
commit
b58220f599
|
@ -5006,14 +5006,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.3-4")
|
(version "1.4-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pbapply" version))
|
(uri (cran-uri "pbapply" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lk5kxac09xzdv6vf7ix6r5bfrm7cnpyr2l5mkd4igpciadszzfd"))))
|
"0bn7a9ni36xy5acnrl9ky3gd1k8jr5kxgazzh3pzd1q6bri1nx7k"))))
|
||||||
(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