diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-22 12:00:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:30 +0100 |
commit | 02fe44a185f35fb6e34ee88a5a5d3929e9607f45 (patch) | |
tree | 4ed2bea68c06aea92adf67f65bd9578b55993cdb /gnu/packages | |
parent | 2e4297446a66a737ab839fa731dc715a09f0fb29 (diff) | |
download | guix-02fe44a185f35fb6e34ee88a5a5d3929e9607f45.tar.gz guix-02fe44a185f35fb6e34ee88a5a5d3929e9607f45.zip |
gnu: r-blob: Add test inputs.
* gnu/packages/statistics.scm (r-blob)[native-inputs]: Add r-testthat.
Change-Id: I84350b69a173997909e4c82330025b64af5bb053
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/statistics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index 20af49ab57..a434ab9866 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -3647,6 +3647,7 @@ that package, other packages are unaffected.") (build-system r-build-system) (propagated-inputs (list r-rlang r-vctrs)) + (native-inputs (list r-testthat)) (home-page "https://github.com/hadley/blob") (synopsis "Simple S3 Class for representing vectors of binary data") (description "Raw vectors in R are useful for storing a single binary |