Closed SteveBronder closed 7 years ago
The easiest for you is just to follow what the travis.yml file does:
sudo add-apt-repository -y ppa:edd/misc
which will tell your system about another PPA which has the newer QuantLib you need on your outdated Ubuntu system. (What you really want to do is to use Ubuntu 16.04 for which the PPA also has current QL.)
Or course you could also just pick the two required files by hand from the PPA.
I'm following the instructions for instillation from @eddelbuettel 's website
http://dirk.eddelbuettel.com/code/rquantlib.html
When I try to install libquantlib0 and libquantlib-dev I get
So I just install libquantlib0.
Running
install.packages("RQuantLib")
starts running then fails with outputI assume this is all because I do not have libquantlib-dev available. Is this under a new name?
Session info
Thank you for your time