mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-bigrquery: Update to 1.5.0.
* gnu/packages/cran.scm (r-bigrquery): Update to 1.5.0. [propagated-inputs]: Remove r-assertthat, r-glue, r-progress, r-rcpp, and r-withr; add r-clock and r-cpp11. Change-Id: I3f1eb2e32ce901231303a2eb905e8fd7aa0f995a
This commit is contained in:
parent
ef3b092587
commit
da3bd82788
1 changed files with 6 additions and 9 deletions
|
@ -20085,34 +20085,31 @@ (define-public r-gargle
|
|||
(define-public r-bigrquery
|
||||
(package
|
||||
(name "r-bigrquery")
|
||||
(version "1.4.2")
|
||||
(version "1.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "bigrquery" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1rw0w4bmqs1v8xjg787n6dsk5dmizgvjg9wrky38s7a7zsvlryri"))))
|
||||
"1s2vvygv4d8mdd67r6j2s9d1xg009lpxysfarmrnqh0s2s1rglkz"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-assertthat
|
||||
r-bit64
|
||||
(list r-bit64
|
||||
r-brio
|
||||
r-cli
|
||||
r-clock
|
||||
r-cpp11
|
||||
r-curl
|
||||
r-dbi
|
||||
r-gargle
|
||||
r-glue
|
||||
r-httr
|
||||
r-jsonlite
|
||||
r-lifecycle
|
||||
r-prettyunits
|
||||
r-progress
|
||||
r-rapidjsonr
|
||||
r-rcpp
|
||||
r-rlang
|
||||
r-tibble
|
||||
r-withr))
|
||||
r-tibble))
|
||||
(home-page "https://github.com/rstats-db/bigrquery")
|
||||
(synopsis "R interface to Google's BigQuery API")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue