diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 12:00:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:28 +0100 |
commit | e6eba12cb3dd425093b82df45cb104a10202007d (patch) | |
tree | 276dee19e938ca10ff15ce88b396eb3f0563aa10 | |
parent | fa711e92bc00475ff2826003db9157bc9d7a3c65 (diff) | |
download | guix-e6eba12cb3dd425093b82df45cb104a10202007d.tar.gz guix-e6eba12cb3dd425093b82df45cb104a10202007d.zip |
gnu: r-reshape2: Add test inputs.
* gnu/packages/statistics.scm (r-reshape2)[native-inputs]: Add r-testthat.
Change-Id: I4514cb19a9003a0200949e7ad8d833d7bd592169
-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 a4e0057207..0afd01686f 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1272,6 +1272,7 @@ the input of another.") (build-system r-build-system) (propagated-inputs (list r-plyr r-rcpp r-stringr)) + (native-inputs (list r-testthat)) (home-page "https://github.com/hadley/reshape") (synopsis "Flexibly reshape data: a reboot of the \"reshape\" package") (description |