On 03/06/2012 07:34, Jinyan Huang wrote:
Dear list,

I have install R15.0 on Ubuntu system using the source code. It is
install to my home directory. I have no root privilege.  When I start
R, I got this warning message:

During startup - Warning message:
Setting LC_CTYPE failed, using "C"

How can I fix this?

You will need to ask once R 15.0 is released (sometime next century?).

But in a released version of R, the problem would be your locale settings, so study the manual at e.g. http://cran.r-project.org/doc/manuals/R-admin.html#Internationalization

Since you managed to install it, something is different in your environment now from when you installed R. Check your environment variables such as LC_ALL or LANG. A guess is that you have .utf8 where .UTF-8 is required, or v.v.


Thanks.

______________________________________________
R-help@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.

PLEASE do, and note what it says about R versions.

--
Brian D. Ripley,                  rip...@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

______________________________________________
R-help@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.

Reply via email to