Skip to content

Commit

Permalink
cran
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Jan 22, 2024
1 parent 2bd16c6 commit 838768b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ LazyData: true
Imports:
Rcpp
LinkingTo:
BH (>= 1.81.0),
BH (>= 1.84.0),
colourvalues (>= 0.3.9),
geojsonsf (>= 1.3.3),
geojsonsf (>= 2.0.3),
geometries (>= 0.2.4),
interleave (>= 0.1.2),
jsonify (>= 1.1.1),
jsonify (>= 1.2.2),
rapidjsonr,
Rcpp,
Rcpp (>= 0.12.18),
sfheaders (>= 0.4.4)
RoxygenNote: 7.2.3
Suggests:
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 = CXX14

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 = CXX14

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

0 comments on commit 838768b

Please sign in to comment.