gnu: Add r-leaflet-providers.
* gnu/packages/cran.scm (r-leaflet-providers): New variable.
This commit is contained in:
parent
24c3485bb3
commit
141adf4d13
1 changed files with 21 additions and 0 deletions
|
@ -6247,6 +6247,27 @@ (define-public r-ttr
|
||||||
rules with R.")
|
rules with R.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
(define-public r-leaflet-providers
|
||||||
|
(package
|
||||||
|
(name "r-leaflet-providers")
|
||||||
|
(version "1.9.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "leaflet.providers" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0yynrwv4xd5cdh49cwvfxm4ranarah9iiry2cd3b4fiihdfcg3wy"))))
|
||||||
|
(properties `((upstream-name . "leaflet.providers")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://github.com/rstudio/leaflet.providers")
|
||||||
|
(synopsis "Leaflet map tile providers")
|
||||||
|
(description
|
||||||
|
"This package contains third-party map tile provider information from
|
||||||
|
Leaflet.js, to be used with the @code{leaflet} R package. Additionally,
|
||||||
|
@code{leaflet.providers} enables users to retrieve up-to-date provider
|
||||||
|
information between package updates.")
|
||||||
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public r-leaps
|
(define-public r-leaps
|
||||||
(package
|
(package
|
||||||
(name "r-leaps")
|
(name "r-leaps")
|
||||||
|
|
Loading…
Reference in a new issue