Skip to content

Commit dccc7de

Browse files
committed
fix issues
1 parent 420dcbf commit dccc7de

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

man/leaflet-imports.Rd

Lines changed: 0 additions & 11 deletions
This file was deleted.

vignettes/articles/nc/oisst-sst.nc

55 KB
Binary file not shown.

vignettes/articles/raster.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ In order to render the raster object as an image, each cell value must be conver
4444
```{r echo=FALSE}
4545
suppressPackageStartupMessages({
4646
library(raster)
47-
r <- suppressWarnings(raster("https://rstudio.github.io/leaflet/nc/oisst-sst.nc"))
47+
r <- suppressWarnings(raster("nc/oisst-sst.nc"))
4848
})
4949
library(leaflet)
5050
# ncdf4 emits partial match warnings

0 commit comments

Comments
 (0)