Skip to content

Commit

Permalink
removd c++ requirement #99
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Jun 24, 2023
1 parent b9b9efe commit d1d8d3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 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: 2.0.3
Date: 2022-05-31
Version: 2.0.4
Date: 2023-06-24
Authors@R: c(
person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre"))
)
Expand All @@ -13,7 +13,6 @@ BugReports: https://github.com/SymbolixAU/geojsonsf/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.3.0)
SystemRequirements: C++11
LinkingTo:
geometries,
jsonify (>= 1.1.1),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## v2.0.4

* removed minimum C++ requirement

## v2.0.3

Expand Down
2 changes: 0 additions & 2 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
CXX_STD = CXX11

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

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

0 comments on commit d1d8d3f

Please sign in to comment.