gnu: Add r-geojsonsf.
* gnu/packages/cran.scm (r-geojsonsf): New variable. Change-Id: I7ffac98fd2e59d3b65d62d38f7e1930647c64e9c
This commit is contained in:
parent
60e9a86ecb
commit
a33c8146d4
@ -9564,6 +9564,27 @@ interface to @code{PostgreSQL}, a relational database.")
|
||||
Optimization problems by using the simplex algorithm.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-geojsonsf
|
||||
(package
|
||||
(name "r-geojsonsf")
|
||||
(version "2.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "geojsonsf" version))
|
||||
(sha256
|
||||
(base32 "1la6zfzv14ascwds0bp67d7x3am0v14mylc4b2lyd0nrf93a2p17"))))
|
||||
(properties `((upstream-name . "geojsonsf")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-geometries r-jsonify r-rapidjsonr r-rcpp
|
||||
r-sfheaders))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/SymbolixAU/geojsonsf")
|
||||
(synopsis "GeoJSON to Simple Feature converter")
|
||||
(description "This package converts between @code{GeoJSON} and Simple
|
||||
Feature objects.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-geometries
|
||||
(package
|
||||
(name "r-geometries")
|
||||
|
Loading…
Reference in New Issue
Block a user