OSGeo / homebrew-osgeo4mac

Mac homebrew tap for maintaining a stable work environment for the OSGeo.org geospatial toolset
https://git.io/fhh3X
BSD 3-Clause "New" or "Revised" License
364 stars 111 forks source link

Trying to install sf package in my New Mac. #1371

Closed bijubjs closed 4 years ago

bijubjs commented 4 years ago

Please answers the following

I've...

Describe the bug I am trying to install sf package in fresh Macbook running macOS Catalina Version 10.15.4. Seems like I have to install several packages. I went through a tutorial [https://medium.com/@jinwujour/mapping-with-r-on-mac-installation-8c8ef997c6c2] but did not work somewhere in the middle. I got some error message on my R. I have attached screenshot if that is helpful. image

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Screenshots

Additional context

brew doctor output:

# paste here the output of your brew doctor output. Delete this line please. 

Logs

ateucher commented 4 years ago

If you can live with working (for now) with sf one version behind the most current (0.8-1 vs 0.9), just install the binary: install.packages("sf", type = "binary"). Binaries for the v0.9 should be built shortly and then you can update again.

If you must build from source, see here.

bijubjs commented 4 years ago

Does this work as same as sf package?

Follow up: This helped me to install sf package for now. Hopefully this works same as non-binary one. Thank you so much for your help.

ateucher commented 4 years ago

Sorry I'm not sure I understand the question. The instructions I posted/linked to are for the sf package.

Also, I'm not sure this is the place to discuss sf installation issues, please look through the issues at the sf repo as a version of this question has been asked there many times recently.