[R] error when loading rwinedt

Uwe Ligges ligges at statistik.uni-dortmund.de
Wed Sep 21 14:23:20 CEST 2005


ronggui.wong wrote:

> the error msg is:
> 
> 
>>local({pkg <- select.list(sort(.packages(all.available = TRUE)))
> 
> + if(nchar(pkg)) library(pkg, character.only=TRUE)})
> Error in if (RWinEdtVersion) RWinEdtVersion <- scan(file.path(InstallRoot,  : 
>         argument is of length zero
> Error: .onAttach failed in 'attachNamespace'
> Error: package/namespace load failed for 'RWinEdt'


Please re-install and load RWinEdt as follows:

install.packages("RWinEdt")
library(RWinEdt)

It works for me with a recent R-2.2.0 alpha.

Uwe Ligges


> 
> 
>>version
> 
>          _              
> platform i386-pc-mingw32
> arch     i386           
> os       mingw32        
> system   i386, mingw32  
> status   alpha          
> major    2              
> minor    2.0            
> year     2005           
> month    09             
> day      07             
> svn rev  35513          
> language R
> 
> 
> 
> ------------------------------------------------------------------------
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html




More information about the R-help mailing list