Has anyone run into this problem and know how to resolve it? I was using shiny in rstudio-server, and for some reason runApp
was fetching a cached copy of the server.R file. So I terminated rstudio-server by doing sudo rstudio-server restart
in my ubuntu 12.04 terminal. I also restarted my system. However, now I cannot find any packages! E.g.
> library(shiny)
Error in library(shiny) : there is no package called ‘shiny’
However, it seems like I still can do
> install.packages("shiny")
Installing package into ‘/home/alex/R/x86_64-pc-linux-gnu-library/3.1’