gnu: r-rsqlite: Update to 2.2.1.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.2.1. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
4e8129f8fb
commit
16d41d0d65
1 changed files with 4 additions and 2 deletions
|
@ -2810,13 +2810,13 @@ a column in data frame.")
|
||||||
(define-public r-rsqlite
|
(define-public r-rsqlite
|
||||||
(package
|
(package
|
||||||
(name "r-rsqlite")
|
(name "r-rsqlite")
|
||||||
(version "2.2.0")
|
(version "2.2.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
|
||||||
"1m38sj8rwbf3p2lhqabcp7c7djk7s9ng37cz39yxk706v9pi4380"))))
|
"0lynli9144dzb9vhxssba20v7z5h2nirawpvvy8ykv4n3ir7qlsl"))))
|
||||||
(properties `((upstream-name . "RSQLite")))
|
(properties `((upstream-name . "RSQLite")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -2828,6 +2828,8 @@ a column in data frame.")
|
||||||
("r-bit64" ,r-bit64)
|
("r-bit64" ,r-bit64)
|
||||||
("r-blob" ,r-blob)
|
("r-blob" ,r-blob)
|
||||||
("r-pkgconfig" ,r-pkgconfig)))
|
("r-pkgconfig" ,r-pkgconfig)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(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
|
||||||
|
|
Reference in a new issue