diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 12:00:32 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:30 +0100 |
commit | e28c4b278296bc89bf82fd10905f418d7274fac2 (patch) | |
tree | a301b34fd85899215ba8919cdf0061278727631c | |
parent | 224566481d6247785b6511ec3f31ac37b976954e (diff) | |
download | guix-e28c4b278296bc89bf82fd10905f418d7274fac2.tar.gz guix-e28c4b278296bc89bf82fd10905f418d7274fac2.zip |
gnu: r-domc: Add test inputs.
* gnu/packages/statistics.scm (r-domc)[native-inputs]: Add r-runit.
Change-Id: I0bf7de812d05f9cec3761566c606235ae6ea69ee
-rw-r--r-- | gnu/packages/statistics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 894c69a7ae..96dc4cfe30 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4017,6 +4017,7 @@ using the parallel package.") (build-system r-build-system) (propagated-inputs (list r-foreach r-iterators)) + (native-inputs (list r-runit)) (home-page "https://cran.r-project.org/web/packages/doMC") (synopsis "Foreach parallel adaptor for the 'parallel' package") (description |