gnu: r-sf: Update to 0.9-0.
* gnu/packages/cran.scm (r-sf): Update to 0.9-0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
498c887a96
commit
84b7c4aa17
1 changed files with 5 additions and 3 deletions
|
@ -13182,14 +13182,14 @@ tessellation.")
|
||||||
(define-public r-sf
|
(define-public r-sf
|
||||||
(package
|
(package
|
||||||
(name "r-sf")
|
(name "r-sf")
|
||||||
(version "0.8-1")
|
(version "0.9-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sf" version))
|
(uri (cran-uri "sf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17wyv74m1ppc3s5jdv60r74jj23nidxpzl46vjhfclfhnpvm7sx9"))))
|
"117r9l3v7nkdj9bfy6qr0yz0gd5bv0pwnkc9vk2gv3xqj0h1fpf6"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gdal" ,gdal)
|
`(("gdal" ,gdal)
|
||||||
|
@ -13202,7 +13202,9 @@ tessellation.")
|
||||||
("r-magrittr" ,r-magrittr)
|
("r-magrittr" ,r-magrittr)
|
||||||
("r-rcpp" ,r-rcpp)
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-units" ,r-units)))
|
("r-units" ,r-units)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs
|
||||||
|
`(("pkg-config" ,pkg-config)
|
||||||
|
("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://github.com/r-spatial/sf/")
|
(home-page "https://github.com/r-spatial/sf/")
|
||||||
(synopsis "Simple features for R")
|
(synopsis "Simple features for R")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue