On Thu, Dec 28, 2017 at 6:02 PM, rsherry8 <rsher...@comcast.net> wrote: > > I have recently installed R on my new computer. I also want to install the > package RQuantLib. So I run the following command and get the following > output: > >> install.packages("RQuantLib") > Installing package into ‘C:/Users/rsher/Documents/R/win-library/3.2’ > (as ‘lib’ is unspecified) > --- Please select a CRAN mirror for use in this session --- > Warning message: > package ‘RQuantLib’ is not available (for R version 3.2.4 Revised) > > The package did not install. Am I doing something wrong. Is the package > going to be updated for the latest version of R? > Windows binary packages are only built for the most current (major) version of R. You need to upgrade to at least R-3.4.0, or you will have to install RQuantLib (and therefore QuantLib itself) from source.
> Thanks, > Bob > > ______________________________________________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Joshua Ulrich | about.me/joshuaulrich FOSS Trading | www.fosstrading.com R/Finance 2018 | www.rinfinance.com ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.