Skip to content

Commit

Permalink
update readme, add readme cmd to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Feb 11, 2020
1 parent cc8f6e0 commit c5b7748
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ test:
check_windows:
${RSCRIPT} -e "devtools::check_win_devel(); devtools::check_win_release()"

readme:
${RSCRIPT} -e 'knitr::knit("README.Rmd")'

11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ geojsonio

[![cran checks](https://cranchecks.info/badges/worst/geojsonio)](https://cranchecks.info/pkgs/geojsonio)
[![Build Status](https://api.travis-ci.org/ropensci/geojsonio.png)](https://travis-ci.org/ropensci/geojsonio)
[![R build status](https://github.com/ropensci/geojsonio/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/geojsonio)
[![codecov.io](https://codecov.io/github/ropensci/geojsonio/coverage.svg?branch=master)](https://codecov.io/github/ropensci/geojsonio?branch=master)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/geojsonio)](https://github.com/metacran/cranlogs.app)
[![cran version](https://www.r-pkg.org/badges/version/geojsonio)](https://cran.r-project.org/package=geojsonio)
Expand Down Expand Up @@ -185,13 +186,13 @@ geojson_list(sp_poly)$features[[1]]
#> $type
#> [1] "Feature"
#>
#> $id
#> [1] 1
#>
#> $properties
#> $properties$dummy
#> [1] 0
#>
#>
#> $geometry
#> $geometry$type
...
```

Expand Down Expand Up @@ -291,10 +292,10 @@ topojson_list(s)
#> $objects$foo$geometries[[1]]$coordinates
#> [1] 1 3
#>
#> $objects$foo$geometries[[1]]$properties
#> $objects$foo$geometries[[1]]$properties$dat
#> $objects$foo$geometries[[1]]$id
#> [1] 1
#>
#> $objects$foo$geometries[[1]]$properties
...
```

Expand Down

0 comments on commit c5b7748

Please sign in to comment.