diff --git a/DESCRIPTION b/DESCRIPTION index 8fc8784..a44d1c5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,8 +17,6 @@ LinkingTo: jsonify (>= 0.1.1) Imports: Rcpp, - rapidjsonr (>= 1.1), - jsonify (>= 0.1.1), curl RoxygenNote: 6.1.0 Suggests: diff --git a/NEWS.md b/NEWS.md index 1b503c8..1a6f574 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,7 @@ ## v1.2.1 * fixed crash when mis-specified MultiPolygon [issue 51](https://github.com/SymbolixAU/geojsonsf/issues/51) -* `df_geojson()` converts data.frame to GeoJSON +* `df_geojson()` converts data.frame to GeoJSON POINTs ## v1.2.0 diff --git a/cran-comments.md b/cran-comments.md index 9100eb4..daf6256 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,10 @@ ## Release Summary -* Updates v1.1 to v1.2 -* fixes a bug in handling `Date` and `Posix` clases -* fixes gcc compiler warning : https://www.stats.ox.ac.uk/pub/bdr/gcc8/geojsonsf.out - - fixed in `rapidjsonr` v1.1, accepted on CRAN 22nd September 2018 -* various performance improvements +* Updates v1.2 to v1.2.1 +* removed unused Imports as per CRAN package checks - https://cran.r-project.org/web/checks/check_results_geojsonsf.html +* one bug fix and one new function -* Build Note - Fedora clang : installed size is 5.7mb - - The builds says the `libs` file is 3.9mb. I can't reduce this file size, all the compiled c++ headers and files are required. +* Build Note - Fedora clang : installed size is 6.3mb + - The builds says the `libs` file is 4.3mb. I can't reduce this file size, all the compiled c++ headers and files are required.