Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update plet() documentation #1414

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Conversation

dfriend21
Copy link
Contributor

@dfriend21 dfriend21 commented Jan 29, 2024

The current CRAN version of leafet now supports SpatVector and SpatRaster, so the text in plet stating that the development version is needed is no longer necessary. I made sure this was the case with the following code (I have the CRAN version of leaflet):

library(terra)
v <- vect(system.file("ex/lux.shp", package = "terra"))
r <- rast(system.file("ex/elev.tif", package = "terra"))
plet(v)
plet(svc(v))
plet(r)

@rhijmans rhijmans merged commit 192fdf2 into rspatial:master Jan 30, 2024
0 of 4 checks passed
@rhijmans
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants