mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: Add r-rnaturalearth.
* gnu/packages/cran.scm (r-rnaturalearth): New variable.
This commit is contained in:
parent
75f24d40fd
commit
c3446354a9
1 changed files with 21 additions and 0 deletions
|
@ -17782,6 +17782,27 @@ (define-public r-tfmpvalue
|
|||
Touzet and Varre (2007).")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public r-rnaturalearth
|
||||
(package
|
||||
(name "r-rnaturalearth")
|
||||
(version "0.3.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rnaturalearth" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0cji6hpcpkrsx615627z9dgk0zf78l2nnj3x5kkkpj9lvsm5gj6m"))))
|
||||
(properties `((upstream-name . "rnaturalearth")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-httr r-jsonlite r-sf r-sp r-terra))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://cran.r-project.org/package=rnaturalearth")
|
||||
(synopsis "World map data from Natural Earth")
|
||||
(description
|
||||
"This package facilitates mapping by making natural earth map data from
|
||||
@url{https://www.naturalearthdata.com/} more easily available to R users.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public r-rncl
|
||||
(package
|
||||
(name "r-rncl")
|
||||
|
|
Loading…
Reference in a new issue