Installation of RQuantLib
I tried to install RQuantLib from RStudio, but it has given me problems. I updated my R version to 3.3.1 and tried to use the usual way of installing a package ( install.packages("RQuantLib") ) as recommended on the webpage of the author ( http://dirk.eddelbuettel.com/code/rquantlib.html ). However, it gave the following error message : Warning in install.packages : package ‘RQuantLib’ is not available (for R version 3.3.1) I tried installing it on different computers too, but I got the same error message. Does anyone else experience the same problem or has any idea what could have gone wrong?