Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
SymbolixAU committed Nov 19, 2018
1 parent 2926e28 commit a50eed4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 0 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ LinkingTo:
jsonify (>= 0.1.1)
Imports:
Rcpp,
rapidjsonr (>= 1.1),
jsonify (>= 0.1.1),
curl
RoxygenNote: 6.1.0
Suggests:
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
12 changes: 5 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.


0 comments on commit a50eed4

Please sign in to comment.