We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For users who installed R using R package manager for MacOS, install.libs() is the correct method to install QuantLib and boost.
When R is installed using R installer package, recommended method to install other libraries is via install.libs(). It worked for me.
Updated RQuantLib (markdown)
brew install quantlib --with-intraday
Edits