Skip to content

Commit

Permalink
description
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed May 21, 2024
1 parent a861082 commit 87453c0
Showing 1 changed file with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions DESCRIPTION
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.6
Date: 2024-05-21
Version: 0.3.5
Date: 2024-01-29
Authors@R: c(
person("David", "Cooley", ,"[email protected]", role = c("aut", "cre"))
)
Expand All @@ -15,29 +15,30 @@ URL: https://symbolixau.github.io/mapdeck/articles/mapdeck.html
BugReports: https://github.com/SymbolixAU/mapdeck/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.0.0)
Depends: R (>= 3.5.0)
SystemRequirements: C++14
Imports:
colourvalues,
colourvalues (>= 0.3.9),
googlePolylines (>= 0.7.2),
geojsonsf,
geojsonsf (>= 2.0.3),
htmlwidgets,
jsonify,
jsonify (>= 1.2.2),
magrittr,
Rcpp,
Rcpp (>= 1.0.10),
shiny,
sfheaders
RoxygenNote: 7.3.1
sfheaders (>= 0.4.4)
RoxygenNote: 7.2.3
LinkingTo:
BH,
colourvalues (>= 0.3.9),
geojsonsf (>= 2.0.4),
geojsonsf (>= 2.0.3),
geometries (>= 0.2.4),
interleave (>= 0.1.2),
jsonify (>= 1.2.3),
jsonify (>= 1.2.2),
rapidjsonr,
Rcpp (>= 1.0.10),
sfheaders (>= 0.4.4),
spatialwidget (>= 0.2.6)
spatialwidget (>= 0.2.5)
Suggests:
covr,
googleway,
Expand All @@ -47,11 +48,3 @@ Suggests:
spatialwidget,
testthat
VignetteBuilder: knitr
remotes:
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

0 comments on commit 87453c0

Please sign in to comment.