Open JoBBurt opened 3 years ago
Hi Jordan,
Thanks for opening the issue! Looks like a MacOS error and it isnt able to find your gfortan library. The key warning part is:
ld: warning: directory not found for option '-L/usr/local/gfortran/lib/gcc/x86_64-apple-darwin18/8.2.0'
ld: warning: directory not found for option '-L/usr/local/gfortran/lib'
ld: library not found for -lgfortran
This shouldn't have been a problem but some reason MacOS have been a bit odd recently. The first thing to check is that xcode is installed. Open your terminal and type:
xcode-select --install
I would then try again at this point, but I give it about 50% probability that is still won't work. I would then follow this guide here to further debug:
https://medium.com/biosyntax/following-up-library-dependency-when-compiling-r-packages-89f191b9f227
Let me know if that is still a problem after that, sorry for inconvenience!
We are also planning an ~major update in the next couple of days so you may want to hold off until later in the week? But you can always reinstall after that.
Thanks!
Hi,
Thank you for your advice, I had xcode installed, but I will wait until you push the update to follow the guide to debug.
Thanks!
Hi Jordan,
The update has been pushed - sorry I forgot to update you!
Hi Oliver,
Thanks for the update. I tried again to install and did follow the instructions in the link you sent without success. I will have to try to install it on another computer.
Best, Jordan
Hi Jordan,
We've got it working on several MacOS locally. I'll see if I can track down any more issues and try to get back to you. Let me know if you have anymore issues
Hi Jordan,
We had a similar issue locally which was fixed by installing the correct binary for your macos: https://cran.r-project.org/bin/macosx/. I hope that helps!
Hi Olly
I'm also having the same issue on MacOS with the same error messages. I have xcode and the correct binary (Rv4.1.1, intel 64-bit). Could another potential work around be to:
/Library/Frameworks/R.framework/Resources/etc/Makeconf
to similar paths as suggested here https://medium.com/biosyntax/following-up-library-dependency-when-compiling-r-packages-89f191b9f227devtools::install_github('ococrook/bandle')
againLet me know if this sounds plausible or if there's anything I'm missing.
Many thanks, Olivia
Hi Jordan,
We had a similar issue locally which was fixed by installing the correct binary for your macos: https://cran.r-project.org/bin/macosx/. I hope that helps!
This broke everything :(
Hi Jordan, We had a similar issue locally which was fixed by installing the correct binary for your macos: https://cran.r-project.org/bin/macosx/. I hope that helps!
This broke everything :(
Erg, I'm really sorry. Not sure why Mac is being so difficult. There are no build warnings for the package to suggest there are any issues. I'll go pester some people smarter than me
Hi Olly
I'm also having the same issue on MacOS with the same error messages. I have xcode and the correct binary (Rv4.1.1, intel 64-bit). Could another potential work around be to:
- Install homebrew
- Install gcc via homebrew
- Update my
/Library/Frameworks/R.framework/Resources/etc/Makeconf
to similar paths as suggested here https://medium.com/biosyntax/following-up-library-dependency-when-compiling-r-packages-89f191b9f227- Try to install bandle via
devtools::install_github('ococrook/bandle')
againLet me know if this sounds plausible or if there's anything I'm missing.
Many thanks, Olivia
Hi Olivia,
This could certainly work, I don't have a Mac to try this on but if it works for you let me know!
Best, Olly
Hi Jordan,
We had a similar issue locally which was fixed by installing the correct binary for your macos: https://cran.r-project.org/bin/macosx/. I hope that helps!
Revisiting this issue and this indeed worked
Hello,
I would like to try out this package, but am having trouble installing it. I was wondering if you'd be able to help me with the install. I've pasted the output of the code below.
Thanks, Jordan
Code Output: