Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ropensci-archive/leafier
:no_entry: ARCHIVED :no_entry: Render large datasets in leaflet
https://github.com/ropensci-archive/leafier
auunconf r r-package rstats unconf
Last synced: 3 months ago
JSON representation
:no_entry: ARCHIVED :no_entry: Render large datasets in leaflet
- Host: GitHub
- URL: https://github.com/ropensci-archive/leafier
- Owner: ropensci-archive
- Archived: true
- Created: 2016-04-21T02:34:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T13:53:06.000Z (over 2 years ago)
- Last Synced: 2024-06-11T16:28:55.220Z (5 months ago)
- Topics: auunconf, r, r-package, rstats, unconf
- Language: R
- Homepage:
- Size: 5.49 MB
- Stars: 7
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README-NOT.md
Awesome Lists containing this project
README
leafier (under development)
============[![Project Status: Abandoned – Initial development has started, but there has not yet been a stable, usable release; the project has been abandoned and the author(s) do not intend on continuing development.](https://www.repostatus.org/badges/latest/abandoned.svg)](https://www.repostatus.org/#abandoned)
[![Travis Build Status](https://img.shields.io/travis/paleo13/leafier/master.svg?label=Mac%20OSX%20%26%20Linux)](https://travis-ci.org/paleo13/leafier)
[![AppVeyor Build Status](https://img.shields.io/appveyor/ci/paleo13/leafier/master.svg?label=Windows)](https://ci.appveyor.com/project/paleo13/leafier)
[![Coverage Status](https://codecov.io/github/paleo13/leafier/coverage.svg?branch=master)](https://codecov.io/github/paleo13/leafier?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/leafier)](http://cran.r-project.org/package=leafier)
[![DOI](https://zenodo.org/badge/18940/paleo13/leafier.svg)](https://zenodo.org/badge/latestdoi/18940/paleo13/leafier)#### Render large spatial datasets in R.
To install the development version, use the following R code:
```
if (!require('devtools'))
install.packages('devtools', repo='http://cran.rstudio.com', dep=TRUE)
devtools:::install_github('paleo13/leafier')
```Once this package has been installed, you can read through the vignette for a tutorial on how to use it.
[View it here](https://github.com/paleo13/leafier/raw/master/inst/doc/leafier.pdf), or by running this R code:
```
# open vignette in web browser
vignette('leafier', package='leafier')
```**If this R package helped you, please cite it.**