gnu: r-pbapply: Update to 1.7-2.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.7-2.master
parent
42c29d9d22
commit
5a1c16fa18
|
@ -5803,14 +5803,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.7-0")
|
(version "1.7-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
|
||||||
"1h06nz312si2hsy2klrmy6w46q341bl3q5v61g133450w0qykf34"))))
|
"04xf1p7c0066cwnxfmzaikbc322bxnw022ziv8kkhzlc6268rvdf"))))
|
||||||
(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