diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 12:00:10 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:24 +0100 |
commit | dda010a464db191d17199e9bedfedb726c890620 (patch) | |
tree | 268bc986eef2e9a6bf21880ce538f2b5a9722238 | |
parent | 9cdf3cdf0edc3c34dea1a0ea976452b2f437d76c (diff) | |
download | guix-dda010a464db191d17199e9bedfedb726c890620.tar.gz guix-dda010a464db191d17199e9bedfedb726c890620.zip |
gnu: r-isoband: Add test inputs.
* gnu/packages/cran.scm (r-isoband)[native-inputs]: Add r-testthat.
Change-Id: I0828ed254b0d27efaf993b4c590e360cefe2f5c4
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5a674ff56b..e0a354a988 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36100,7 +36100,7 @@ Encyclopedia of Integer Sequences} (OEIS) in the function help page.") (properties `((upstream-name . "isoband"))) (build-system r-build-system) (native-inputs - (list r-knitr)) + (list r-knitr r-testthat)) (home-page "https://github.com/wilkelab/isoband") (synopsis "Generate isolines and isobands from regularly spaced elevation grids") (description |