1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: r-plyr: Add test inputs.

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

Change-Id: Ia7367dda124dc8e23ce060dce2e8258ec7c2223e
This commit is contained in:
Ricardo Wurmus
2024-11-22 12:00:23 +01:00
parent 0f30d5a955
commit 09d465dddf
+1
View File
@@ -1137,6 +1137,7 @@ in which the whole-plots or split-plots or both can be freely exchangeable.")
(base32 "00z1mvqisnzbbwcwax1gm9ilahpgp21kk4l7hqdz8fym27vygd8m"))))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))
(native-inputs (list r-testthat))
(home-page "http://had.co.nz/plyr")
(synopsis "Tools for Splitting, Applying and Combining Data")
(description