-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/symbolixau/mapdeck
:wq# especially if it merges an updated upstream into a topic branch.
- Loading branch information
Showing
46 changed files
with
188 additions
and
788 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ | |
^vignettes/trips.Rmd | ||
.github | ||
^\.github$ | ||
^CRAN-SUBMISSION$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: mapdeck | ||
Type: Package | ||
Title: Interactive Maps Using 'Mapbox GL JS' and 'Deck.gl' | ||
Version: 0.3.40006 | ||
Date: 2024-01-04 | ||
Version: 0.3.5 | ||
Date: 2024-01-29 | ||
Authors@R: c( | ||
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre")) | ||
) | ||
|
@@ -16,17 +16,29 @@ BugReports: https://github.com/SymbolixAU/mapdeck/issues | |
Encoding: UTF-8 | ||
LazyData: true | ||
Depends: R (>= 3.5.0) | ||
SystemRequirements: C++14 | ||
Imports: | ||
colourvalues (>= 0.3.8), | ||
colourvalues (>= 0.3.9), | ||
googlePolylines (>= 0.7.2), | ||
geojsonsf (>= 1.3.3), | ||
geojsonsf (>= 2.0.3), | ||
htmlwidgets, | ||
jsonify (>= 1.1.1), | ||
jsonify (>= 1.2.2), | ||
magrittr, | ||
Rcpp (>= 1.0.10), | ||
shiny, | ||
sfheaders (>= 0.4.4) | ||
RoxygenNote: 7.2.3 | ||
LinkingTo: | ||
BH, | ||
colourvalues (>= 0.3.9), | ||
geojsonsf (>= 2.0.3), | ||
geometries (>= 0.2.4), | ||
interleave (>= 0.1.2), | ||
jsonify (>= 1.2.2), | ||
rapidjsonr, | ||
Rcpp (>= 1.0.10), | ||
sfheaders (>= 0.4.4), | ||
spatialwidget (>= 0.2.5) | ||
Suggests: | ||
covr, | ||
googleway, | ||
|
@@ -36,20 +48,3 @@ Suggests: | |
spatialwidget, | ||
testthat | ||
VignetteBuilder: knitr | ||
LinkingTo: | ||
BH, | ||
colourvalues (>= 0.3.8), | ||
geojsonsf (>= 1.3.3), | ||
geometries (>= 0.2.4), | ||
interleave (>= 0.1.2), | ||
jsonify (>= 1.1.1), | ||
rapidjsonr, | ||
Rcpp (>= 1.0.10), | ||
sfheaders (>= 0.4.2), | ||
spatialwidget (>= 0.2.5) | ||
Remotes: | ||
dcooley/geometries, | ||
dcooley/interleave, | ||
dcooley/sfheaders, | ||
SymbolixAU/geojsonsf, | ||
SymbolixAU/spatialwidget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,3 +50,7 @@ | |
#' | ||
"city_trail" | ||
|
||
#' road_safety | ||
#' | ||
#' A data.frame of counts of traffic accidents in the UK | ||
"road_safety" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.