trafficonese / leaflet.extras2

Extra functionality for leaflet R package.
https://trafficonese.github.io/leaflet.extras2/
GNU General Public License v3.0
85 stars 19 forks source link
data-visualization geospatial geospatial-visualization leaflet leaflet-plugins rstats

leaflet.extras2

Checks CRAN status CRAN checks Last-changedate
Codecov test coverage

The goal of leaflet.extras2 package is to provide extra functionality to the leaflet and leaflet.extras R packages using various leaflet plugins.

Installation

For CRAN version

install.packages('leaflet.extras2')

For latest development version

remotes::install_github('trafficonese/leaflet.extras2')

Integrated Plugins

If you need a plugin that is not already implemented create an issue. See the FAQ section below for details.

Documentation

The R functions have been documented using roxygen, and should provide enough help to get started on using a feature. However some plugins have lots of options and it's not feasible to document every single detail. In such cases you are encouraged to check the plugin's documentation and the examples.

FAQ

I want to use a certain leaflet plugin not integrated so far.

I submitted an issue for a plugin long time ago but it is still not available.

This package is being developed purely on a voluntary basis on spare time without any monetary compensation. So the development progress can stall at times. It may also not be possible to prioritize one-off requests that no one else is interested in. Getting more people interested in a feature request will help prioritize development. Other option is to contribute code. That will get you added to the contributor list.

I found a bug.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.