Skip to content

error when loading rwinedt

4 messages · ronggui, Uwe Ligges, roger bos

#
the error msg is:
+ 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'
_              
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
#
ronggui.wong wrote:

            
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
#
roger bos wrote:

            
So, what version of WinEdt are you using, where is it installed and what 
are the corresponding registry entries?

Uwe Ligges