mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: r-googlesheets: Add missing inputs.
* gnu/packages/statistics.scm (r-googlesheets)[native-inputs]: Add r-knitr and r-testthat. Change-Id: I8ac8ec40c9bbcdb01509dc199b4937e95563aad6
This commit is contained in:
parent
c2ebc147df
commit
6943f15a4e
1 changed files with 1 additions and 0 deletions
|
@ -5166,6 +5166,7 @@ (define-public r-googlesheets
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue