mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-rgdal: Update to 1.5-10.
* gnu/packages/cran.scm (r-rgdal): Update to 1.5-10. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
dfd0b55f9e
commit
7262c1ff18
1 changed files with 4 additions and 3 deletions
|
@ -16291,13 +16291,13 @@ (define-public r-parameters
|
|||
(define-public r-rgdal
|
||||
(package
|
||||
(name "r-rgdal")
|
||||
(version "1.4-8")
|
||||
(version "1.5-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rgdal" version))
|
||||
(sha256
|
||||
(base32 "1jd691amf3ghznq5im15gvhl6v6k25klpl75m4ngrqf9xlxaa3as"))))
|
||||
(base32 "02z7rhpizzmymiqpi90nm15bjdz0411bqlavlk0lhwxb42ilhif6"))))
|
||||
(properties `((upstream-name . "rgdal")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
@ -16307,7 +16307,8 @@ (define-public r-rgdal
|
|||
(propagated-inputs
|
||||
`(("r-sp" ,r-sp)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("r-knitr" ,r-knitr)))
|
||||
(home-page "http://rgdal.r-forge.r-project.org")
|
||||
(synopsis "Bindings for the Geospatial Data Abstraction Library")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue