Either reinstall WinEdt or install R-WinEdt manually as described in the
ReadMe
Error: .onAttach failed in 'attachNamespace'
Error: package/namespace load failed for 'RWinEdt'
Does anyone have any suggestions?
On 9/21/05, Uwe Ligges <ligges at statistik.uni-dortmund.de> wrote:
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
_
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
------------------------------------------------------------------------