[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/125: gnu: Add r-googledrive.
From: |
guix-commits |
Subject: |
04/125: gnu: Add r-googledrive. |
Date: |
Tue, 4 May 2021 01:33:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 11108a9ab459668ee1ba81a6fbca64d224d35365
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:15:31 2021 +0200
gnu: Add r-googledrive.
* gnu/packages/cran.scm (r-googledrive): New variable.
---
gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index b92a825..68a2dff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -175,6 +175,37 @@ automatically pruning objects to maintain the
constraints.")
visualization of their differences.")
(license license:gpl2+)))
+(define-public r-googledrive
+ (package
+ (name "r-googledrive")
+ (version "1.0.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "googledrive" version))
+ (sha256
+ (base32
+ "0qbyl0wyrxmwn9jg0d2s7c1kmmvmx61qbyx3qby4js8dks70f1ls"))))
+ (properties `((upstream-name . "googledrive")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-curl" ,r-curl)
+ ("r-gargle" ,r-gargle)
+ ("r-glue" ,r-glue)
+ ("r-httr" ,r-httr)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-magrittr" ,r-magrittr)
+ ("r-purrr" ,r-purrr)
+ ("r-rlang" ,r-rlang)
+ ("r-tibble" ,r-tibble)
+ ("r-uuid" ,r-uuid)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://googledrive.tidyverse.org")
+ (synopsis "Interface to Google Drive")
+ (description "This package lets you manage Google Drive files from R.")
+ (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 <=
- 06/125: gnu: Add r-googlesheets4., guix-commits, 2021/05/04
- 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