mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: r-rio: Update to 0.5.26.
* gnu/packages/cran.scm (r-rio): Update to 0.5.26. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
1774703383
commit
0505facdd5
1 changed files with 4 additions and 2 deletions
|
@ -6868,14 +6868,14 @@ (define-public r-openxlsx
|
||||||
(define-public r-rio
|
(define-public r-rio
|
||||||
(package
|
(package
|
||||||
(name "r-rio")
|
(name "r-rio")
|
||||||
(version "0.5.16")
|
(version "0.5.26")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rio" version))
|
(uri (cran-uri "rio" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
|
"1k6zxjb2bb0z6rv7zmkbaz85cbvs84mj602ikkwk60alh8kpdw2d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-curl" ,r-curl)
|
`(("r-curl" ,r-curl)
|
||||||
|
@ -6885,6 +6885,8 @@ (define-public r-rio
|
||||||
("r-openxlsx" ,r-openxlsx)
|
("r-openxlsx" ,r-openxlsx)
|
||||||
("r-readxl" ,r-readxl)
|
("r-readxl" ,r-readxl)
|
||||||
("r-tibble" ,r-tibble)))
|
("r-tibble" ,r-tibble)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/leeper/rio")
|
(home-page "https://github.com/leeper/rio")
|
||||||
(synopsis "Swiss-army knife for data I/O")
|
(synopsis "Swiss-army knife for data I/O")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue