I updated packages using the update.packages() command but now having
problems. i now know I should have done this from the terminal (sudo rstudio
and then update.packages()). Instead I just opened rstudio without the sudo
command. So I know what to do going forward but how do I resolve the
existing problem. 

Note that these are just the packages I loaded tonight. There are lots of
others that I use on occasion that I would probably have the same problem
with as below.

What's the easiest way to correct this ?

> require(quantmod)
Loading required package: quantmod
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return
= TRUE,  :
  there is no package called ‘quantmod’
> require(rdatamarket)
Loading required package: rdatamarket
Warning message:
In library(package, lib.loc = lib.loc, character.only = TRUE, logical.return
= TRUE,  :
  there is no package called ‘rdatamarket’

--
View this message in context: 
http://r.789695.n4.nabble.com/update-packages-issue-tp4021998p4021998.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
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.

Reply via email to