gnu: Add r-geojsonsf.

* gnu/packages/cran.scm (r-geojsonsf): New variable.

Change-Id: I7ffac98fd2e59d3b65d62d38f7e1930647c64e9c
This commit is contained in:
Ricardo Wurmus 2024-08-26 20:23:22 +02:00
parent 60e9a86ecb
commit a33c8146d4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -9564,6 +9564,27 @@ interface to @code{PostgreSQL}, a relational database.")
Optimization problems by using the simplex algorithm.") Optimization problems by using the simplex algorithm.")
(license license:gpl2+))) (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 (define-public r-geometries
(package (package
(name "r-geometries") (name "r-geometries")