Skip to content

Commit

Permalink
close #77
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Mar 14, 2020
1 parent 9fdc841 commit d6cc458
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: geojsonsf
Type: Package
Title: GeoJSON to Simple Feature Converter
Version: 1.3.2
Date: 2019-04-24
Version: 1.4.0
Date: 2020-03-15
Authors@R: c(
person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre"))
)
Expand All @@ -14,7 +14,6 @@ Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
LinkingTo:
BH,
jsonify (>= 0.2.1),
rapidjsonr (>= 1.1),
Rcpp,
Expand All @@ -29,6 +28,4 @@ Suggests:
knitr,
rmarkdown,
testthat
Remotes:
github::dcooley/sfheaders
VignetteBuilder: knitr
2 changes: 1 addition & 1 deletion src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXX_STD = CXX11

PKG_CXXFLAGS = -I../inst/include/
PKG_CPPFLAGS=-DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR
PKG_CPPFLAGS=-DSTRICT_R_HEADERS
2 changes: 1 addition & 1 deletion src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CXX_STD = CXX11

PKG_CXXFLAGS = -I../inst/include/
PKG_CPPFLAGS=-DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR
PKG_CPPFLAGS=-DSTRICT_R_HEADERS

0 comments on commit d6cc458

Please sign in to comment.