Skip to content
Prev 14851 / 15075 Next

R-SIG-Mac Digest, Vol 264, Issue 10

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?