Skip to content
Prev 227795 / 398500 Next

Packages built before R 2.10.0

On 16/07/2010 10:51 AM, Philip Whittall wrote:
I just did an install from the UK (London) mirror (the same one?) and it 
works fine.  So I've got no idea what's going wrong for you.  I'd 
suggest deleting the directory holding the problem package (i.e. 
\library\car) and confirming that the error changes to "Error in 
library(car) : there is no package called 'car'".  Then do an install using

install.packages("car")

and see if that fixes things.

Duncan Murdoch