mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: Add r-sfheaders.
* gnu/packages/cran.scm (r-sfheaders): New variable. Change-Id: Ia451593fb567ce9e88b5712a30f30ace2186edb2
This commit is contained in:
parent
61eea88dde
commit
60e9a86ecb
1 changed files with 21 additions and 0 deletions
|
@ -24499,6 +24499,27 @@ (define-public r-sfd
|
||||||
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")
|
||||||
|
|
Loading…
Reference in a new issue