Yes, that's annoying. I'm 99% sure that the root cause is that pbkrtest got upgraded and the new version depends on R >= 3.2.3. Since Rcmdr depends on car which imports pbkrtest, you get in trouble if your R is not at least at 3.2.3. The easiest way out is probably to upgrade R.
-pd > On 08 Apr 2016, at 20:44 , Kyra Suzuyo Uwate <kyra.uw...@colorado.edu> wrote: > > Hi, > I use Rcmdr for a lot of data analysis, but within the last month my > computer had just shut down. It took a couple of days to get it up and > running, but then R and Rstudio wouldn't load. I had to reinstall it but > now whenever I try to access Rcmdr I get an error message. > >> library(Rcmdr) > Loading required package: splines > Loading required package: RcmdrMisc > Loading required package: car > Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck > = vI[[j]]) : > there is no package called ‘pbkrtest’ > Error: package ‘car’ could not be loaded > > When I use the package manager/installer in the R console and try to load > car it won't load either. > > -Kyra > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Office: A 4.23 Email: pd....@cbs.dk Priv: pda...@gmail.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.