Skip to content

Commit

Permalink
removed system requirements and udpated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed May 20, 2024
1 parent 8619ad4 commit e481139
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
28 changes: 17 additions & 11 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,29 @@ URL: https://symbolixau.github.io/mapdeck/articles/mapdeck.html
BugReports: https://github.com/SymbolixAU/mapdeck/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
SystemRequirements: C++14
Depends: R (>= 4.0.0)
Imports:
colourvalues (>= 0.3.9),
colourvalues,
googlePolylines (>= 0.7.2),
geojsonsf (>= 2.0.3),
geojsonsf,
htmlwidgets,
jsonify (>= 1.2.2),
jsonify,
magrittr,
Rcpp (>= 1.0.10),
Rcpp,
shiny,
sfheaders (>= 0.4.4)
RoxygenNote: 7.2.3
sfheaders
RoxygenNote: 7.3.1
LinkingTo:
BH,
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 (>= 1.0.10),
sfheaders (>= 0.4.4),
spatialwidget (>= 0.2.5)
spatialwidget (>= 0.2.6)
Suggests:
covr,
googleway,
Expand All @@ -48,3 +47,10 @@ Suggests:
spatialwidget,
testthat
VignetteBuilder: knitr
https: //github.com/SymbolixAU/rapidjsonr
https://github.com/SymbolixAU/jsonify
https://github.com/SymbolixAU/geojsonsf
https://github.com/dcooley/geometries
https://github.com/dcooley/interleave
https://github.com/dcooley/sfheaders
https://github.com/SymbolixAU/spatialwidget
2 changes: 1 addition & 1 deletion man/clear.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 e481139

Please sign in to comment.