gnu: Add r-rgdal.
* gnu/packages/cran.scm (r-rgdal): New variable.
This commit is contained in:
parent
a5a79dd0b8
commit
a0244ef000
1 changed files with 29 additions and 0 deletions
|
@ -15420,3 +15420,32 @@ (define-public r-parameters
|
|||
extraction and variable selection) as well as conversion between indices of
|
||||
effect size.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-rgdal
|
||||
(package
|
||||
(name "r-rgdal")
|
||||
(version "1.4-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rgdal" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1my56hdc9x40ynxx1qwqwqxjvjxybmm00w4xg5gi8zgj19pffci5"))))
|
||||
(properties `((upstream-name . "rgdal")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("gdal" ,gdal)
|
||||
("proj.4" ,proj.4)
|
||||
("zlib" ,zlib)))
|
||||
(propagated-inputs
|
||||
`(("r-sp" ,r-sp)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://rgdal.r-forge.r-project.org")
|
||||
(synopsis "Bindings for the Geospatial Data Abstraction Library")
|
||||
(description
|
||||
"This package provides bindings to the Geospatial Data Abstraction
|
||||
Library (GDAL) and access to projection/transformation operations from the
|
||||
PROJ.4 library.")
|
||||
(license license:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue