Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# leaflet.providers 3.0.0

* Updated leaflet.providers data on 2026-03-17 from https://unpkg.com/leaflet-providers using version 3.0.0 of leaflet-providers.js
## New features

* Updated bundled leaflet-providers.js from v2.0.0 to v3.0.0 (#44).

* `get_providers()` now validates `version_num` and errors if the
version is less than `"1.0.10"` (#44).

## Bug fixes and minor improvements

* `providers_default()` now returns an `htmltools::htmlDependency()`
that points to the packaged file directly, rather than a temporary
copy (#43).

# leaflet.providers 2.0.0

Expand Down
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ str(providers_loaded()$providers_details, list.len = 200)

### Updating to a new leaflet-providers version

To update this package to a new upstream release of [leaflet-providers.js](https://github.com/leaflet-extras/leaflet-providers), run the following [Claude Code](https://docs.anthropic.com/en/docs/claude-code) skill:
To update this package to a new upstream release of [leaflet-providers.js](https://github.com/leaflet-extras/leaflet-providers), run the following [Claude Code](https://platform.claude.com/docs/en/docs/claude-code) skill:

``` bash
/update-leaflet-providers
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ str(providers_loaded()$providers_details)
To update this package to a new upstream release of
[leaflet-providers.js](https://github.com/leaflet-extras/leaflet-providers),
run the following [Claude
Code](https://docs.anthropic.com/en/docs/claude-code) skill:
Code](https://platform.claude.com/docs/en/docs/claude-code) skill:

``` bash
/update-leaflet-providers
Expand Down
4 changes: 2 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 2026-03-17
# 2026-03-18

This submission updates `providers` and `providers.details`.
This submission updates the bundled leaflet-providers.js from v2.0.0 to v3.0.0.

## R CMD check results

Expand Down
12 changes: 2 additions & 10 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
|system |aarch64, darwin20 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|collate |C.UTF-8 |
|ctype |C.UTF-8 |
|tz |America/New_York |
|date |2026-03-18 |
|pandoc |3.9 @ /opt/homebrew/bin/pandoc |
Expand All @@ -27,11 +27,3 @@

# Revdeps

## All (3)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|leaflet |2.2.3 | | | |
|ursa |3.11.5 | | | |
|wpeR |0.1.0 | | | |

Loading