Skip to content

Commit

Permalink
Read from website.
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Mar 27, 2024
1 parent 4f9a2d8 commit 730f958
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
url: https://rstudio.github.io/leaflet/

development:
mode: auto

template:
package: tidytemplate
assets: pkgdown/assets
Expand Down
Binary file removed vignettes/articles/nc/oisst-sst.nc
Binary file not shown.
2 changes: 1 addition & 1 deletion vignettes/articles/raster.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In order to render the raster object as an image, each cell value must be conver
```{r echo=FALSE}
suppressPackageStartupMessages({
library(raster)
r <- suppressWarnings(raster("nc/oisst-sst.nc"))
r <- suppressWarnings(raster("https://rstudio.github.io/leaflet/nc/oisst-sst.nc"))
})
library(leaflet)
# ncdf4 emits partial match warnings
Expand Down

0 comments on commit 730f958

Please sign in to comment.