gnu: r-rsqlite: Update to 1.1-1.
* gnu/packages/statistics.scm (r-rsqlite): Update to 1.1-1. [propagated-inputs]: Add r-bh, r-memoise, r-plogr, and r-rcpp.
This commit is contained in:
parent
28c041afe8
commit
35bb2ff88a
|
@ -2292,17 +2292,21 @@ error stream.")
|
||||||
(define-public r-rsqlite
|
(define-public r-rsqlite
|
||||||
(package
|
(package
|
||||||
(name "r-rsqlite")
|
(name "r-rsqlite")
|
||||||
(version "1.0.0")
|
(version "1.1-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RSQLite" version))
|
(uri (cran-uri "RSQLite" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08b1syv8z887gxiw8i09dpqh0zisfb6ihq6qqr01zipvkahzq34f"))))
|
"11vnzds5gidgakdmsbdn0bvnsz064ym1savwb7l6gc1bjn7xa2k4"))))
|
||||||
(properties `((upstream-name . "RSQLite")))
|
(properties `((upstream-name . "RSQLite")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-dbi" ,r-dbi)))
|
`(("r-dbi" ,r-dbi)
|
||||||
|
("r-bh" ,r-bh)
|
||||||
|
("r-memoise" ,r-memoise)
|
||||||
|
("r-plogr" ,r-plogr)
|
||||||
|
("r-rcpp" ,r-rcpp)))
|
||||||
(home-page "https://github.com/rstats-db/RSQLite")
|
(home-page "https://github.com/rstats-db/RSQLite")
|
||||||
(synopsis "SQLite interface for R")
|
(synopsis "SQLite interface for R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in New Issue