diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 12:00:22 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:27 +0100 |
commit | 498bed2e960bf653228dc09e5731b06edf7137d1 (patch) | |
tree | e5ed4be2122550d025a11fc56fbf8d6472be811b | |
parent | 5be1038b960bbd56008040cca20dbe186cd8265b (diff) | |
download | guix-498bed2e960bf653228dc09e5731b06edf7137d1.tar.gz guix-498bed2e960bf653228dc09e5731b06edf7137d1.zip |
gnu: r-janeaustenr: Add test inputs.
* gnu/packages/cran.scm (r-janeaustenr)[native-inputs]: Add r-testthat.
Change-Id: Id68b1a5c171aaa1a8ff05316bd3ad179ad86e59a
-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 98cf79a4f9..1fe0e43e0c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -39407,6 +39407,7 @@ final SQL translation of the algorithm. It currently supports @code{lm()}, "1ap8p1lpbj2wz90mpf1vbyzhv2spzv03bi8lwzpsir2y77hjxhxl")))) (properties `((upstream-name . "janeaustenr"))) (build-system r-build-system) + (native-inputs (list r-testthat)) (home-page "https://github.com/juliasilge/janeaustenr") (synopsis "Jane Austen's complete novels") (description |