[R] Trouble Runing R Version 2.13.0

Uwe Ligges ligges at statistik.tu-dortmund.de
Fri May 17 00:59:11 CEST 2013



On 16.05.2013 15:54, Duncan Murdoch wrote:
> On 16/05/2013 7:00 AM, ziad.elmously at tnsglobal.com wrote:
>> To Whom It May Concern,
>>
>> I have an R script that requires the Windows XP platform, version
>> 2.13.0.  When launching R, however, I get the error message below:
>>
>> Error in loadNamespace(name).  there is no package called "kernlab."
>> Unable to restore saved data in .RData.
>>
>> Note that I also have version 2.15.0 installed and it works properly.
>>
>> Your input would be greatly appreciated.
>
> Install the kernlab package (or is it really "kernlab."?)
>
> If you can't find a 2.13.0 compatible version of that,

Simply install.packages("kernlab") should help, since the binary 
repository is frozen for R-2.13.x.

Best,
Uwe Ligges


> and can't build
> one yourself, you will have to fix the script to work with a current
> version.
>
> Duncan Murdoch
>
> ______________________________________________
> R-help at r-project.org mailing list
> 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.



More information about the R-help mailing list