Skip to content
Prev 168904 / 398506 Next

Problem with foreign package

On 2/2/2009 8:46 AM, Kevin E. Thorpe wrote:
That bug was fixed a few weeks ago, but a new version has not been 
released yet.  You can get the latest source from svn:

https://svn.r-project.org/R-packages/trunk/foreign
It is a "recommended" package, which means it is on CRAN, but is also 
included in binary distributions of R.  But the reason you got that 
error is because update.packages() doesn't take a package name as the 
first arg, the first arg is lib.loc.  You need to answer the interactive 
questions if you don't want to update everything.

Duncan Murdoch