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

gnu: r-tgconfig: Add test input.

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

Change-Id: Ie016b7a90ff39d9023f4e9499b32b1ea151ae3d4
This commit is contained in:
Ricardo Wurmus
2024-11-22 23:02:34 +01:00
parent 6fbccc0200
commit d3d9e5f4cc

View File

@@ -6842,6 +6842,7 @@ manually \"recoding\").")
(properties `((upstream-name . "tgconfig")))
(build-system r-build-system)
(propagated-inputs (list r-yaml))
(native-inputs (list r-testthat))
(home-page "https://github.com/tanaylab/tgconfig")
(synopsis "Infrastructure for managing package parameters")
(description