Skip to content

Commit

Permalink
cran
Browse files Browse the repository at this point in the history
  • Loading branch information
dcooley committed Jan 29, 2024
1 parent e09225f commit 01870a6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
)
Expand Down Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
- <https://www.mapbox.com/about/>
- <https://www.mapbox.com/about/company>

## What is deck.gl?

> deck.gl is a WebGL-powered framework for visual exploratory data
> analysis of large datasets.
- <https://deck.gl/#/>
- <https://deck.gl/#/>

## How do I use it?

Expand Down Expand Up @@ -92,7 +92,10 @@ mapdeck(token = key, style = mapdeck_style('dark')) %>%
)
```

![Arcs](./vignettes/img/readme_arcs_small.gif)
<figure>
<img src="./vignettes/img/readme_arcs_small.gif" alt="Arcs" />
<figcaption aria-hidden="true">Arcs</figcaption>
</figure>

See the
[Layers](https://symbolixau.github.io/mapdeck/articles/layers.html) page
Expand Down

0 comments on commit 01870a6

Please sign in to comment.