Skip to content

Commit

Permalink
Update R.md (#134)
Browse files Browse the repository at this point in the history
`sf` needs `geos` now

Co-authored-by: Kilian Cavalotti <[email protected]>
  • Loading branch information
mpiercy and kcgthb authored Nov 15, 2023
1 parent 4b6718d commit 1522981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/software/using/R.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ So for `sf`, in order to load the dependencies, exit `R`, load the `udunits`
and `gdal` modules, and try installing `sf` again:

``` none
$ ml load physics udunits gdal
$ ml load physics udunits gdal geos
$ ml R
$ R
> install.packages("sf")
Expand Down

0 comments on commit 1522981

Please sign in to comment.