1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 07:30:38 +02:00

gnu: r-batchjobs: Add test inputs.

* gnu/packages/statistics.scm (r-batchjobs)[native-inputs]: Add r-testthat.

Change-Id: I675184bfba1eefb8b04b0b2c3c7dc50e6c8888db
This commit is contained in:
Ricardo Wurmus
2024-11-22 12:00:28 +01:00
parent f82aa81fed
commit a021e8b8f4

View File

@@ -3016,6 +3016,7 @@ or source files in a key-value fashion.")
r-rsqlite
r-sendmailr
r-stringi))
(native-inputs (list r-testthat))
(home-page "https://github.com/tudo-r/BatchJobs")
(synopsis "Batch computing with R")
(description