[R-SIG-Mac] R-SIG-Mac Digest, Vol 264, Issue 10
Simon Urbanek
@|mon@urb@nek @end|ng |rom R-project@org
Sun Mar 23 21:37:00 CET 2025
Please ignore this "advice" - it makes the mess even worse. As you can tell if you look closer at the output it's about 3rd party tools like homebrew messing up the build which causes the problem in the first place.
BTW: the page you quote is complete nonsense: CRAN does provide binaries - that's the whole point of the recipes so that users don't have to re-compile it and can just install it from CRAN.
Cheers,
Simon
> On Mar 24, 2025, at 8:25 AM, Michael Hall <mik3hall using gmail.com> wrote:
>
>
>> However, I am still not able to install RQuantLib. It does not find boost.
>>> install.packages("RQuantLib", type = "source", lib = .libPaths()[2], configure.args = c("--with-boost-include=/opt/R/x86_64/include/boost"), configure.vars = c("CPPFLAGS='-DQL_HIGH_RESOLUTION_DATE'"))
>> trying URL 'https://cran.r-project.org/src/contrib/RQuantLib_0.4.24.tar.gz'
>> Content type 'application/x-gzip' length 195836 bytes (191 KB)
>> ==================================================
>
> It worked for me ARM using homebrew boost
>
> brew install boost
>
> And installing with…
>
> install.packages(
> "RQuantLib",
> type = "source",
> configure.args =
> c("--with-boost-include=/opt/homebrew/opt/boost/include/"),
> configure.vars =
> c("CPPFLAGS='-DQL_HIGH_RESOLUTION_DATE'") # for intraday calculations
> )
>
> As per…
>
> https://github.com/eddelbuettel/rquantlib/wiki/RQuantLib
>
> The downloaded source packages are in
> ‘/private/var/folders/mp/64527rf1501726r7t53qpx0w0000gn/T/Rtmpa1ob11/downloaded_packages’
>> library(RQuantLib)
>>
> [[alternative HTML version deleted]]
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac using r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
More information about the R-SIG-Mac
mailing list