[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/18: gnu: Add r-googlesheets.
From: |
Ricardo Wurmus |
Subject: |
03/18: gnu: Add r-googlesheets. |
Date: |
Mon, 28 Nov 2016 21:43:45 +0000 (UTC) |
rekado pushed a commit to branch master
in repository guix.
commit 9f5435d96391cd8438ba6ce6142b20753360b025
Author: Ricardo Wurmus <address@hidden>
Date: Thu Nov 24 14:57:06 2016 +0100
gnu: Add r-googlesheets.
* gnu/packages/statistics.scm (r-googlesheets): New variable.
---
gnu/packages/statistics.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index cec304d..0ba3316 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3314,6 +3314,34 @@ character vector.")
@code{A1:D10} style of cell range specification.")
(license license:expat)))
+(define-public r-googlesheets
+ (package
+ (name "r-googlesheets")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "googlesheets" version))
+ (sha256
+ (base32
+ "0ps13h1cv7fj5dh8s4nvwi64wnnyqdsadcaa4iizq1c5s615cwk3"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-cellranger" ,r-cellranger)
+ ("r-dplyr" ,r-dplyr)
+ ("r-httr" ,r-httr)
+ ("r-jsonlite" ,r-jsonlite)
+ ("r-purrr" ,r-purrr)
+ ("r-readr" ,r-readr)
+ ("r-stringr" ,r-stringr)
+ ("r-tidyr" ,r-tidyr)
+ ("r-xml2" ,r-xml2)))
+ (home-page "https://github.com/jennybc/googlesheets")
+ (synopsis "Manage Google spreadsheets from R")
+ (description "This package provides tools to interact with Google Sheets
+from within R.")
+ (license license:expat)))
+
(define-public r-rpart
(package
(name "r-rpart")
- branch master updated (e48ddb9 -> bd3be46), Ricardo Wurmus, 2016/11/28
- 03/18: gnu: Add r-googlesheets.,
Ricardo Wurmus <=
- 02/18: gnu: Add r-cellranger., Ricardo Wurmus, 2016/11/28
- 05/18: gnu: Add r-r4rna., Ricardo Wurmus, 2016/11/28
- 09/18: gnu: Add r-wgcna., Ricardo Wurmus, 2016/11/28
- 17/18: gnu: Add r-rocr., Ricardo Wurmus, 2016/11/28
- 06/18: gnu: Add r-dynamictreecut., Ricardo Wurmus, 2016/11/28
- 12/18: gnu: Add r-gtools., Ricardo Wurmus, 2016/11/28
- 18/18: gnu: Add r-gkmsvm., Ricardo Wurmus, 2016/11/28
- 10/18: gnu: Add r-sfsmisc., Ricardo Wurmus, 2016/11/28
- 13/18: gnu: Add r-chipkernels., Ricardo Wurmus, 2016/11/28
- 01/18: gnu: Add r-rematch., Ricardo Wurmus, 2016/11/28