This repository has been archived by the owner on May 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.Rmd
57 lines (41 loc) · 2.06 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
lawn
=======
```{r echo=FALSE}
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
warning = FALSE,
message = FALSE
)
```
[![cran checks](https://cranchecks.info/badges/worst/lawn)](https://cranchecks.info/pkgs/lawn)
[![R-check](https://github.com/ropensci/lawn/workflows/R-check/badge.svg)](https://github.com/ropensci/lawn/actions?query=workflow%3AR-check)
[![codecov.io](https://codecov.io/github/ropensci/lawn/coverage.svg?branch=master)](https://codecov.io/github/ropensci/lawn?branch=master)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/lawn?color=ff69b4)](https://github.com/r-hub/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/lawn)](https://cran.r-project.org/package=lawn)
`lawn` is an R wrapper for the Javascript library [turf.js](https://turfjs.org/). In addition, we have a few functions to interface with the [geojson-random](https://github.com/mapbox/geojson-random) and [geojsonhint](https://www.npmjs.com/package/geojsonhint) Javascript libraries, for generating random GeoJSON objects and linting GeoJSON, respectively.
## Install
The latest release of `lawn` is available from CRAN
```{r eval=FALSE}
install.packages("lawn")
```
development version
```{r eval=FALSE}
remotes::install_github("ropensci/lawn")
```
```{r}
library("lawn")
```
## Documentation
https://docs.ropensci.org/lawn/
## Contributors
* [Scott Chamberlain](https://github.com/sckott)
* [Jeff Hollister](https://github.com/jhollist)
* [Thanh Lê](https://github.com/thanhleviet)
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/lawn/issues).
* License: MIT
* Get citation information for `lawn` in R doing `citation(package = 'lawn')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.
## Additional disclaimer
Portions of this code have been contributed by Jeff Hollister, US EPA. As such, that code is subjec to the following disclaimer: <https://www.epa.gov/home/github-contribution-disclaimer>