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:
Ricardo Wurmus 2024-11-22 12:00:36 +01:00 committed by Andreas Enge
parent 71f9bb2ad1
commit d7d4d50611
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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