Skip to content

Commit

Permalink
fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU authored and SymbolixAU committed May 26, 2018
1 parent 3c0c503 commit cef76fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# geojsonsf 0.3
## v1.1.0

* fix for GeometryCollection not being [closed correctly](https://github.com/SymbolixAU/geojsonsf/issues/26)

## v1.0.0

* `sf_geojson()` and `sfc_geojson()` to convert from `sf` to GeoJSON
* `geojson_sf()` and `geojson_sfc()` can now read from a url or file
Expand Down
6 changes: 3 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ To quickly parse between GeoJSON and `sf` objects, and to handle cases not suppo

```{r, echo=FALSE, warning=FALSE, message=FALSE}
library(geojsonsf)
library(sf)
library(googleway)
set_key(read.dcf("~/Documents/.googleAPI", fields = "GOOGLE_MAP_KEY"))
library(sf) ## Loaded for sf print methods
```

### Arrays of GeoJSON
Expand Down Expand Up @@ -192,6 +190,8 @@ A visual check to see both objects are the same

```{r, eval = F}
library(googleway)
set_key("GOOGLE_MAP_KEY")
gsf <- geojson_sf(geo)
google_map() %>%
Expand Down
5 changes: 3 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## Release Summary

* updates v1.0 to v1.1
* Updates v1.0 to v1.1
* Removed dependencies on undeclared packages from unit tests, as per CRAN request - email "CRAN packages maintained by you" from Kurt Hornik, 2018-05-18

* Build Note - Fedora clang & gcc : installed size is 5.5mb / 6.8mb
- The builds says the `libs` file is 3.7mb/5.0mb. I can't reduce this file size, all the compiled c++ headers and files are required.

## Test Environments

Expand Down

0 comments on commit cef76fe

Please sign in to comment.