gnu: Add r-sfheaders.

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

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

View File

@ -24499,6 +24499,27 @@ to access designs described by Husslage et al (2011) and Wang and Fang (2005).
The design types included are Audze-Eglais, MaxiMin, and uniform.") The design types included are Audze-Eglais, MaxiMin, and uniform.")
(license license:expat))) (license license:expat)))
(define-public r-sfheaders
(package
(name "r-sfheaders")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "sfheaders" version))
(sha256
(base32 "01xxp7lpf333djs0lifnnhk5akv8prk0r5mq0ilynyyhn5kzwpzn"))))
(properties `((upstream-name . "sfheaders")))
(build-system r-build-system)
(propagated-inputs (list r-geometries r-rcpp))
(home-page "https://dcooley.github.io/sfheaders/")
(synopsis "Converts between R objects and Simple Feature objects")
(description
"This package converts between R and Simple Feature @code{sf} objects,
without depending on the Simple Feature library. Conversion functions are
available at both the R level, and through Rcpp.")
(license license:expat)))
(define-public r-sftime (define-public r-sftime
(package (package
(name "r-sftime") (name "r-sftime")