Skip to content

Commit

Permalink
removed system requirements and updatd dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed May 20, 2024
1 parent 838768b commit e408f87
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: spatialwidget
Type: Package
Title: Formats Spatial Data for Use in Htmlwidgets
Version: 0.2.5
Date: 2024-01-22
Version: 0.2.6
Date: 2024-05-21
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre"))
)
Expand All @@ -12,22 +12,22 @@ Description: Many packages use 'htmlwidgets' <https://CRAN.R-project.org/package
into structures suitable for use in 'htmlwidgets' mapping libraries.
URL: https://symbolixau.github.io/spatialwidget/articles/spatialwidget.html
License: MIT + file LICENSE
Depends: R (>= 3.3.0)
Depends: R (>= 4.0.0)
Encoding: UTF-8
LazyData: true
Imports:
Rcpp
LinkingTo:
BH (>= 1.84.0),
colourvalues (>= 0.3.9),
geojsonsf (>= 2.0.3),
geojsonsf (>= 2.0.4),
geometries (>= 0.2.4),
interleave (>= 0.1.2),
jsonify (>= 1.2.2),
jsonify (>= 1.2.3),
rapidjsonr,
Rcpp (>= 0.12.18),
Rcpp (>= 1.0.10),
sfheaders (>= 0.4.4)
RoxygenNote: 7.2.3
RoxygenNote: 7.3.1
Suggests:
colourvalues,
covr,
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 = CXX14

PKG_CXXFLAGS = -I../inst/include
PKG_CPPFLAGS = -DSTRICT_R_HEADERS -DBOOST_NO_AUTO_PTR
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 = CXX14

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

0 comments on commit e408f87

Please sign in to comment.