Skip to content

Commit

Permalink
I saw the best minds of my generation destroyed by madness
Browse files Browse the repository at this point in the history
  • Loading branch information
geryan committed Aug 16, 2024
1 parent f25c3cd commit 4be069e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ points(from_here, pch = 19)

Here it is:
```{r}
# install.packages("sdmtools", repos = "https://idem-lab.r-universe.dev")
library(sdmtools)
sin <- sdmtools::make_africa_mask(
type = "vector",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ points(from_here, pch = 19)
Here it is:

``` r
library(sdmtools)
# install.packages("sdmtools", repos = "https://idem-lab.r-universe.dev")
library(sdmtools)
sin <- sdmtools::make_africa_mask(
type = "vector",
countries = "SGP"
Expand Down

0 comments on commit 4be069e

Please sign in to comment.