Skip to content

Commit

Permalink
add renv/conda section to README.md
Browse files Browse the repository at this point in the history
closes #2360
  • Loading branch information
edzer committed Apr 12, 2024
1 parent 937caef commit c7e9d30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,15 @@ pacman -S gdal proj geos arrow podofo-0.9
yay/pacaur/yaourt/whatever -S udunits
```

#### `renv` or `conda`

There are several reports that `sf` fails to install as a source package when R is used with `renv`, or when R is installed in a `conda` environment. If you experience this, please do not raise an issue here, but

* try to sort this out with the `renv` developers or the `conda` maintainers, or
* try to use binary installs of the `sf` package, e.g. from [r2u](https://github.com/eddelbuettel/r2u), or the Posit package manager

#### Other

To install on Debian, the [rocker geospatial](https://github.com/rocker-org/geospatial) Dockerfiles may be helpful. Ubuntu Dockerfiles are found [here](https://github.com/r-spatial/sf/tree/main/inst/docker).

### Multiple GDAL, GEOS and/or PROJ versions on your system
Expand Down

0 comments on commit c7e9d30

Please sign in to comment.