[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/125: gnu: Add r-googlesheets4.
From: |
guix-commits |
Subject: |
06/125: gnu: Add r-googlesheets4. |
Date: |
Tue, 4 May 2021 01:33:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 946f1608ae224ddbf3c699132ef9a313a1969f42
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:15:48 2021 +0200
gnu: Add r-googlesheets4.
* gnu/packages/cran.scm (r-googlesheets4): New variable.
---
gnu/packages/cran.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9224a6d..0269838 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -230,6 +230,42 @@ visualization of their differences.")
pronounceable identifiers.")
(license license:expat)))
+(define-public r-googlesheets4
+ (package
+ (name "r-googlesheets4")
+ (version "0.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "googlesheets4" version))
+ (sha256
+ (base32
+ "04b17cdzah2r92qj7imrdlpfzyxwyf1vx8k1kvsr36nqg383f4b2"))))
+ (properties `((upstream-name . "googlesheets4")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-cellranger" ,r-cellranger)
+ ("r-curl" ,r-curl)
+ ("r-gargle" ,r-gargle)
+ ("r-glue" ,r-glue)
+ ("r-googledrive" ,r-googledrive)
+ ("r-httr" ,r-httr)
+ ("r-ids" ,r-ids)
+ ("r-lifecycle" ,r-lifecycle)
+ ("r-magrittr" ,r-magrittr)
+ ("r-purrr" ,r-purrr)
+ ("r-rematch2" ,r-rematch2)
+ ("r-rlang" ,r-rlang)
+ ("r-tibble" ,r-tibble)
+ ("r-vctrs" ,r-vctrs)))
+ (home-page "https://github.com/tidyverse/googlesheets4")
+ (synopsis "Access Google Sheets using the Sheets API V4")
+ (description
+ "This package lets you interact with Google Sheets through the
+@url{https://developers.google.com/sheets/api,Sheets API v4}. This package
+can read and write both the metadata and the cell data in a Sheet.")
+ (license license:expat)))
+
(define-public r-waldo
(package
(name "r-waldo")
- branch master updated (b9fb13b -> fcd002c), guix-commits, 2021/05/04
- 01/125: gnu: r-abn: Update to 2.5-0., guix-commits, 2021/05/04
- 02/125: gnu: Add r-conflicted., guix-commits, 2021/05/04
- 03/125: gnu: Add r-dtplyr., guix-commits, 2021/05/04
- 05/125: gnu: Add r-ids., guix-commits, 2021/05/04
- 08/125: gnu: r-brio: Update to 1.1.2., guix-commits, 2021/05/04
- 04/125: gnu: Add r-googledrive., guix-commits, 2021/05/04
- 06/125: gnu: Add r-googlesheets4.,
guix-commits <=
- 07/125: gnu: Add r-curry., guix-commits, 2021/05/04
- 10/125: gnu: r-ellipsis: Update to 0.3.2., guix-commits, 2021/05/04
- 11/125: gnu: r-mboost: Update to 2.9-5., guix-commits, 2021/05/04
- 09/125: gnu: r-v8: Update to 3.4.2., guix-commits, 2021/05/04
- 13/125: gnu: r-tidyverse: Update to 1.3.1., guix-commits, 2021/05/04
- 14/125: gnu: r-callr: Update to 3.7.0., guix-commits, 2021/05/04
- 15/125: gnu: r-httpuv: Update to 1.6.0., guix-commits, 2021/05/04
- 17/125: gnu: r-curl: Update to 4.3.1., guix-commits, 2021/05/04
- 16/125: gnu: r-servr: Update to 0.22., guix-commits, 2021/05/04
- 12/125: gnu: r-shadowtext: Update to 0.0.8., guix-commits, 2021/05/04