mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -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
|
||||
(package
|
||||
(name "r-rio")
|
||||
(version "0.5.16")
|
||||
(version "0.5.26")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rio" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rfl56fdawlhc98451a9lcb6a6m56kw0i7dvd5hx58z025d8vsyk"))))
|
||||
"1k6zxjb2bb0z6rv7zmkbaz85cbvs84mj602ikkwk60alh8kpdw2d"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-curl" ,r-curl)
|
||||
|
@ -6885,6 +6885,8 @@ (define-public r-rio
|
|||
("r-openxlsx" ,r-openxlsx)
|
||||
("r-readxl" ,r-readxl)
|
||||
("r-tibble" ,r-tibble)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://github.com/leeper/rio")
|
||||
(synopsis "Swiss-army knife for data I/O")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue