maybe this is a problem specific to the East Asian Languages Version.when i reinstall R without checking the "Version for East Asian Languages" option ,it works.but if i install R with the "Version for East Asian Languages" option, it show the following error msg.> library(Rcmdr)Loading required package: tcltk Loading Tcl/Tk interface ... done Error in parse(file, n, text, prompt) : syntax error on line 4857 Error: unable to load R code in package 'Rcmdr' Error: package/namespace load failed for 'Rcmdr'> version_ platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status beta major 2 minor 1.0 year 2005 month 04 day 16 language R
Prof Brian Ripley
2005-Apr-18 11:38 UTC
[R] Rcmdr's problem in East Asian Languages Version
The issue here is not the `East Asian Languages Version' but the locale you are using, which you have not told us. Try using the C locale or an English locale: Rcmdr works there for me. Also be sure to tell us the version of the package (here Rcmdr) you are using. The posting guide does ask you to report package-specific problems to the maintainer, and I have sent a more detailed reply to him copied to you. On Mon, 18 Apr 2005, ronggui wrote:> maybe this is a problem specific to the East Asian Languages > Version.when i reinstall R without checking the "Version for East Asian > Languages" option ,it works.but if i install R with the "Version for > East Asian Languages" option, it show the following error msg. > >> library(Rcmdr) > Loading required package: tcltk > Loading Tcl/Tk interface ... done > Error in parse(file, n, text, prompt) : syntax error on line 4857 > Error: unable to load R code in package 'Rcmdr' > Error: package/namespace load failed for 'Rcmdr'[ 2.1.0 beta ] -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595