Skip to content

Commit

Permalink
c++ flags
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Sep 7, 2023
1 parent 6b51ba2 commit f431b6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: spatialwidget
Type: Package
Title: Formats Spatial Data for Use in Htmlwidgets
Version: 0.2.5
Date: 2023-09-05
Date: 2023-08-22
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre"))
)
Expand All @@ -13,6 +13,7 @@ Description: Many packages use 'htmlwidgets' <https://CRAN.R-project.org/package
URL: https://symbolixau.github.io/spatialwidget/articles/spatialwidget.html
License: GPL-3
Depends: R (>= 3.3.0)
SystemRequirements: C++11
Encoding: UTF-8
LazyData: true
Imports:
Expand All @@ -27,7 +28,7 @@ LinkingTo:
rapidjsonr,
Rcpp,
sfheaders (>= 0.4.1)
RoxygenNote: 7.2.3
RoxygenNote: 7.1.1
Suggests:
colourvalues,
covr,
Expand Down
2 changes: 2 additions & 0 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
CXX_STD = CXX11

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

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

0 comments on commit f431b6c

Please sign in to comment.