Skip to content

R-2.0.1 reinstall non-CRAN pkg

4 messages · Liaw, Andy, Anthony Westerling, Uwe Ligges

#
Have you checked where R is looking for that package (.libPaths() would tell
you), and whether that's where you've installed it?

HTH,
Andy
#
Yes.  It is looking the correct directory.  Note that the package is  
installed without errors.  The problem is that, even after being newly  
reinstalled, it is still not recognized as a valid package for R-2.0

Tony
On Nov 26, 2004, at 9:08 PM, Liaw, Andy wrote:

            
#
Anthony Westerling wrote:
So it is not packaged correctly, and thinks it has been installed under 
R < 2.0.0.
Please check the DESCRIPTION file carefully and rebuild the package, 
after that installating is should work.

Uwe Ligges
#
Thank you Uwe

That was indeed the problem.  I revised the depends line and removed  
the old built line, and then rebuilt the package.  Now it is recognized  
as valid.

Thanks

Tony
On Nov 27, 2004, at 7:54 AM, Uwe Ligges wrote: