[PATCH 18/24] gnu: r-bigrquery: Update to 1.1.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
878sycwih1.fsf@posteo.net
From 2c545344257909818f561b2f097f1f0cc396e6a5 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Mon, 18 Feb 2019 21:11:50 -0600
Subject: [PATCH 18/24] gnu: r-bigrquery: Update to 1.1.0.

* gnu/packages/cran.scm (r-bigrquery): Update to 1.1.0.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (36 lines)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5dd8b9f0a..6709130b4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9576,17 +9576,18 @@ and manipulating sets of ontological terms.")
(define-public r-bigrquery
(package
(name "r-bigrquery")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "bigrquery" version))
(sha256
(base32
- "0z7wsqxla1pg2454l35kkfaz2s9hppwvpz1pds286ddldbbmyzis"))))
+ "0h2nzyn1w0padpl61l467j7vlkc2wair7sh6p26p94z4zfsnv0i1"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)
+ ("r-bit64" ,r-bit64)
("r-curl" ,r-curl)
("r-dbi" ,r-dbi)
("r-glue" ,r-glue)
@@ -9597,7 +9598,7 @@ and manipulating sets of ontological terms.")
("r-rapidjsonr" ,r-rapidjsonr)
("r-rcpp" ,r-rcpp)
("r-tibble" ,r-tibble)))
- (home-page "https://github.com/rstats-db/bigrquery")
+ (home-page "https://github.com/r-dbi/bigrquery")
(synopsis "R interface to Google's BigQuery API")
(description
"This package provides an R interface to Google's BigQuery database.")
--
2.20.1
Ricardo Wurmus wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34557-done@debbugs.gnu.org)
87o96d3ftf.fsf@elephly.net
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
> From 2c545344257909818f561b2f097f1f0cc396e6a5 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Mon, 18 Feb 2019 21:11:50 -0600
> Subject: [PATCH 18/24] gnu: r-bigrquery: Update to 1.1.0.
>
> * gnu/packages/cran.scm (r-bigrquery): Update to 1.1.0.

Meanwhile this has found its way into Guix with the last big mass
upgrade of CRAN and Bioconductor packages. Closing.

Thanks!

--
Ricardo
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34557@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34557
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help