mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-pbapply: Add test inputs.
* gnu/packages/statistics.scm (r-pbapply)[native-inputs]: Add r-future. Change-Id: Ie9fb15ce443a67ab4f8296f7cb03cc635e2bff58
This commit is contained in:
parent
71f9bb2ad1
commit
d7d4d50611
1 changed files with 1 additions and 0 deletions
|
@ -6230,6 +6230,7 @@ (define-public r-pbapply
|
||||||
(base32
|
(base32
|
||||||
"04xf1p7c0066cwnxfmzaikbc322bxnw022ziv8kkhzlc6268rvdf"))))
|
"04xf1p7c0066cwnxfmzaikbc322bxnw022ziv8kkhzlc6268rvdf"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs (list r-future))
|
||||||
(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")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue