diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 12:00:11 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:24 +0100 |
commit | a8bd692c6bf70a9806ae7eb86714003f16af4c62 (patch) | |
tree | 227767089a801850328c35282ef652e178a33d7d | |
parent | 298b7e3aef4c45a33fd4587ca24acc1e8c13b062 (diff) | |
download | guix-a8bd692c6bf70a9806ae7eb86714003f16af4c62.tar.gz guix-a8bd692c6bf70a9806ae7eb86714003f16af4c62.zip |
gnu: r-httpcode: Add test inputs.
* gnu/packages/cran.scm (r-httpcode)[native-inputs]: Add r-testthat.
Change-Id: Ibb97793b499f75d38503c46338ab615e69c3b385
-rw-r--r-- | gnu/packages/cran.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index c65488e6c9..476aa362f6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36210,6 +36210,7 @@ carrying out convergence diagnostics and statistical and graphical analysis of (base32 "0xig0rvc81hg7mw0iq9s0an1nw24fg0kfs2p2n6dzhwl9w506fjr")))) (build-system r-build-system) + (native-inputs (list r-testthat)) (home-page "https://github.com/sckott/httpcode") (synopsis "HTTP status code helper") (description "@code{httpcode} provides functionality for finding and |