guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/41: gnu: Add r-bigrquery.


From: guix-commits
Subject: 23/41: gnu: Add r-bigrquery.
Date: Wed, 9 Jan 2019 09:44:56 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dfd09f7bad7c8c8803224900f7ce04ce4356471d
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 15:00:24 2019 +0100

    gnu: Add r-bigrquery.
    
    * gnu/packages/cran.scm (r-bigrquery): New variable.
---
 gnu/packages/cran.scm | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d3c22d2..5766441 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9402,3 +9402,33 @@ library.")
      "This package provides functions for reading ontologies into R as lists
 and manipulating sets of ontological terms.")
     (license license:gpl2+)))
+
+(define-public r-bigrquery
+  (package
+    (name "r-bigrquery")
+    (version "1.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "bigrquery" version))
+       (sha256
+        (base32
+         "0z7wsqxla1pg2454l35kkfaz2s9hppwvpz1pds286ddldbbmyzis"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-assertthat" ,r-assertthat)
+       ("r-curl" ,r-curl)
+       ("r-dbi" ,r-dbi)
+       ("r-glue" ,r-glue)
+       ("r-httr" ,r-httr)
+       ("r-jsonlite" ,r-jsonlite)
+       ("r-prettyunits" ,r-prettyunits)
+       ("r-progress" ,r-progress)
+       ("r-rapidjsonr" ,r-rapidjsonr)
+       ("r-rcpp" ,r-rcpp)
+       ("r-tibble" ,r-tibble)))
+    (home-page "https://github.com/rstats-db/bigrquery";)
+    (synopsis "R interface to Google's BigQuery API")
+    (description
+     "This package provides an R interface to Google's BigQuery database.")
+    (license license:gpl3)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]