Closed maspotts closed 2 years ago
Well, this problem is not within bbmle
- it's from mvtnorm
, which bbmle
imports some functions from. Maybe try reinstalling mvtnorm
... ??
FWIW there seem to be a number of references to mvtnorm + brew + gfortran, although none is recent ...
Ah, good point: hadn't noticed that! I worked around it for now by installing R manually from r-project, so I could finish my project, but once I'm at a loose end again I'll try reinstalling mtvnorm: thanks very much!
Hi: not sure if this a bbmle issue, but since I updated R to 4.2.1_2 (latest homebrew version) on my Mac (MacOS 12.5) I can no longer install bbmle because its installer is looking for
/opt/brew/opt/gcc/lib/gcc/11/libgfortran.5.dylib
, but the update (to 4.2.1_2) replaced gcc 11 with gcc 12 as an R dependency, which caused the removal of gcc 11, and so/opt/brew/opt/gcc/lib/gcc/12/libgfortran.5.dylib
exists but/opt/brew/opt/gcc/lib/gcc/11/libgfortran.5.dylib
does not (note:/opt/brew
is my homebrew root). Is there anything I can do to get bbmle installed using gcc 12? No other packages (that I use) seem to have dependencies on gcc 11, but I'm actively using bbmle so can't do without it.Thanks!