Skip to content
Prev 6479 / 15075 Next

Can't get help.start() to work.

Rolf,
On Oct 28, 2009, at 23:39 , Rolf Turner wrote:

            
note the version 2.7 there - you have apparently old packages for a  
different version of R on your .libPaths() -- bad thing.
Packages built for earlier versions of R usually don't work, period.  
If you get lucky, they might under certain circumstances, but you  
should always assume that they don't.
Check your .libPaths() - I bet they are different and you have  
outdated packages in one of them. If you wonder why, check your  
preferences.
I suspect this is all rather due to the customization and chaos  
created by the user ;) - the GUI actually tries to prevent such things  
by using separate library directories for each R version by default,  
but if you override that with your settings (especially using one  
global library), you can mess up things - but that's true in R in  
general, not really related to GUIs.

Cheers,
Simon