mdsumner / ozmaps

Australian maps
https://mdsumner.github.io/ozmaps/
17 stars 2 forks source link

Installation of ozmaps fails. #16

Open ibuiltthis opened 1 year ago

ibuiltthis commented 1 year ago

Any help appreciated.

I am unable install ozmaps.

The downloaded source packages are in ‘/tmp/RtmpJRnvRx/downloaded_packages’ Warning message: In install.packages("ozmaps") : installation of package ‘ozmaps’ had non-zero exit status

mdsumner commented 1 year ago

it's that sf won't load - try installing sf first

mdsumner commented 1 year ago

I can't help with the sf thing, you need 'library(sf)' on its own to work first.

ibuiltthis commented 1 year ago

it seems like sf fails to install without errors or warnings. It is possible to make it work by installing the correct packages or for anyone reading this in the future use rocker/geospatial