From 01870a61ac784bf6d4bd251500587a1824cbfebc Mon Sep 17 00:00:00 2001 From: dcooley Date: Mon, 29 Jan 2024 13:46:01 +1100 Subject: [PATCH] cran --- DESCRIPTION | 4 ++-- README.Rmd | 2 +- README.md | 15 +++++++++------ 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9065e4e0..5daf84eb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: mapdeck Type: Package Title: Interactive Maps Using 'Mapbox GL JS' and 'Deck.gl' Version: 0.3.5 -Date: 2024-01-23 +Date: 2024-01-29 Authors@R: c( person("David", "Cooley", ,"dcooley@symbolix.com.au", role = c("aut", "cre")) ) @@ -37,7 +37,7 @@ LinkingTo: jsonify (>= 1.2.2), rapidjsonr, Rcpp (>= 1.0.10), - sfheaders (>= 0.4.2), + sfheaders (>= 0.4.4), spatialwidget (>= 0.2.5) Suggests: covr, diff --git a/README.Rmd b/README.Rmd index 8bd87bba..948f573e 100644 --- a/README.Rmd +++ b/README.Rmd @@ -34,7 +34,7 @@ browser can handle), on interactive maps using Mapbox GL and Deck.gl > Mapbox is the location data platform for mobile and web applications. We provide building blocks to add location features like maps, search, and navigation into any experience you create. -- https://www.mapbox.com/about/ +- https://www.mapbox.com/about/company ## What is deck.gl? diff --git a/README.md b/README.md index 2d39fa18..18649050 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ [![R build status](https://github.com/SymbolixAU/mapdeck/workflows/R-CMD-check/badge.svg)](https://github.com/SymbolixAU/mapdeck/actions) -[![Codecov test -coverage](https://codecov.io/gh/symbolixau/mapdeck/branch/master/graph/badge.svg)](https://codecov.io/gh/symbolixau/mapdeck?branch=master) -[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/mapdeck)](https://CRAN.R-project.org/package=mapdeck) +\[![Codecov test +coverage](https://app.codecov.io/gh/symbolixau/mapdeck?branch=master) +[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/mapdeck)](https://CRAN.R-project.org/package=mapdeck) ![downloads](http://cranlogs.r-pkg.org/badges/grand-total/mapdeck) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/mapdeck)](https://CRAN.R-project.org/package=mapdeck) @@ -29,14 +29,14 @@ browser can handle), on interactive maps using Mapbox GL and Deck.gl > We provide building blocks to add location features like maps, search, > and navigation into any experience you create. -- +- ## What is deck.gl? > deck.gl is a WebGL-powered framework for visual exploratory data > analysis of large datasets. -- +- ## How do I use it? @@ -92,7 +92,10 @@ mapdeck(token = key, style = mapdeck_style('dark')) %>% ) ``` -![Arcs](./vignettes/img/readme_arcs_small.gif) +
+Arcs + +
See the [Layers](https://symbolixau.github.io/mapdeck/articles/layers.html) page