[R] RQuantLib installation problem

Ivan Krylov kry|ov@r00t @end|ng |rom gm@||@com
Sun Sep 24 17:23:34 CEST 2023


On Sun, 24 Sep 2023 02:19:20 +0000
Naresh Gurbuxani <naresh_gurbuxani using hotmail.com> wrote:

> > install.packages("RQuantLib", repos = "https://cran.r-project.org")

> Installing package into ‘/usr/local/lib/R/4.1/site-library’
> (as ‘lib’ is unspecified)
> trying URL
> 'https://cran.r-project.org/src/contrib/RQuantLib_0.4.17.tar.gz'
 
> dyld[29996]: Library not loaded:
> /usr/local/opt/gcc/lib/gcc/11/libgfortran.5.dylib
> Referenced from: <383F3774-06DE-3792-AA2C-C9D6B37A2D89>
> /usr/local/Cellar/r/4.1.2/lib/R/lib/libR.dylib

So you're installing source packages into a Homebrew-built R, and they
fail to load after being compiled?

If you don't get an answer here, try R-SIG-Mac using r-project.org or
<https://github.com/orgs/Homebrew/discussions>.

-- 
Best regards,
Ivan



More information about the R-help mailing list