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: I3f1eb2e32ce901231303a2eb905e8fd7aa0f995amaster
parent
ef3b092587
commit
da3bd82788
|
@ -20085,34 +20085,31 @@ preparing, executing, and processing HTTP requests.")
|
||||||
(define-public r-bigrquery
|
(define-public r-bigrquery
|
||||||
(package
|
(package
|
||||||
(name "r-bigrquery")
|
(name "r-bigrquery")
|
||||||
(version "1.4.2")
|
(version "1.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "bigrquery" version))
|
(uri (cran-uri "bigrquery" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rw0w4bmqs1v8xjg787n6dsk5dmizgvjg9wrky38s7a7zsvlryri"))))
|
"1s2vvygv4d8mdd67r6j2s9d1xg009lpxysfarmrnqh0s2s1rglkz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-assertthat
|
(list r-bit64
|
||||||
r-bit64
|
|
||||||
r-brio
|
r-brio
|
||||||
r-cli
|
r-cli
|
||||||
|
r-clock
|
||||||
|
r-cpp11
|
||||||
r-curl
|
r-curl
|
||||||
r-dbi
|
r-dbi
|
||||||
r-gargle
|
r-gargle
|
||||||
r-glue
|
|
||||||
r-httr
|
r-httr
|
||||||
r-jsonlite
|
r-jsonlite
|
||||||
r-lifecycle
|
r-lifecycle
|
||||||
r-prettyunits
|
r-prettyunits
|
||||||
r-progress
|
|
||||||
r-rapidjsonr
|
r-rapidjsonr
|
||||||
r-rcpp
|
|
||||||
r-rlang
|
r-rlang
|
||||||
r-tibble
|
r-tibble))
|
||||||
r-withr))
|
|
||||||
(home-page "https://github.com/rstats-db/bigrquery")
|
(home-page "https://github.com/rstats-db/bigrquery")
|
||||||
(synopsis "R interface to Google's BigQuery API")
|
(synopsis "R interface to Google's BigQuery API")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue