me
/
guix
Archived
1
0
Fork 0

gnu: r-fs: Update to 1.4.0.

* gnu/packages/cran.scm (r-fs): Update to 1.4.0.
[propagated-inputs]: Remove r-rcpp.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-04-01 11:11:59 +02:00
parent c639485645
commit 5a0fb78edb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 5 deletions

View File

@ -8716,19 +8716,18 @@ back to file after modifications.")
(define-public r-fs
(package
(name "r-fs")
(version "1.3.2")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "fs" version))
(sha256
(base32
"1w30bflx4d7a6f3dn96bf7s7v6aqpvz2yzzxal6qz9jyhb16bxaz"))))
"1ishdxrxy88w1lrn657a573wdra5v7xf1yfa1c4kss07rlynwrj7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("pkg-config" ,pkg-config)
("r-knitr" ,r-knitr)))
(home-page "https://fs.r-lib.org")
(synopsis "Cross-platform file system operations based on libuv")
(description