Skip to content

Commit

Permalink
Merge pull request #24 from gabrieletijunaityte/gh-pages
Browse files Browse the repository at this point in the history
Add missing library installation
  • Loading branch information
GreatEmerald authored Sep 18, 2024
2 parents 93854c5 + 1b901ed commit 83877f0
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 31 deletions.
1 change: 1 addition & 0 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ You can also try out other formats like e.g. `GeoJSON`. Another option for visua
```{r, eval=FALSE, warning=FALSE}
# Install and load library
if(!"mapview" %in% installed.packages()){install.packages("mapview")}
if(!"webshot" %in% installed.packages()){install.packages("webshot")}
library(mapview)
# Plot the water polygons
Expand Down
74 changes: 43 additions & 31 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 83877f0

Please sign in to comment.