diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-11-29 21:02:48 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-12-03 16:59:59 +0100 |
commit | 7a3d88efa9c5eec9248b29fadd3a50c3d4e7112a (patch) | |
tree | 274599853b1e423b5debb02f8e860937caf68c8e | |
parent | 38e85d78add538795b2191698167b6eb748a3543 (diff) | |
download | guix-7a3d88efa9c5eec9248b29fadd3a50c3d4e7112a.tar.gz guix-7a3d88efa9c5eec9248b29fadd3a50c3d4e7112a.zip |
gnu: r-googlesheets: Add missing inputs.
* gnu/packages/statistics.scm (r-googlesheets)[native-inputs]: Add r-knitr and
r-testthat.
Change-Id: I8ac8ec40c9bbcdb01509dc199b4937e95563aad6
-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 b728636446..1140fe6563 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -5166,6 +5166,7 @@ character vector.") r-tibble r-tidyr r-xml2)) + (native-inputs (list r-knitr r-testthat)) (home-page "https://github.com/jennybc/googlesheets") (synopsis "Manage Google spreadsheets from R") (description "This package provides tools to interact with Google Sheets |