I ran into the same problem and then solved it as follows.
Using the terminal in Ubuntu, I typed the following commands:
wget http://cran.r-project.org/src/contrib/quadprog_1.5-4.tar.gz sudo R CMD INSTALL quadprog_1.5-4.tar.gz wget http://cran.r-project.org/src/contrib/tseries_0.10-30.tar.gz sudo R CMD INSTALL tseries_0.10-30.tar.gz
After that, I was able to start an R session, download the tseries package and successfully use its functions.
You might want to install different versions of the quadprog and tseries packages. If this happens, please change the URL links above.
source share