[R] Problems with "help.start()"
Prof Brian Ripley
ripley at stats.ox.ac.uk
Wed Apr 27 20:18:45 CEST 2005
The problem appears to be that you are in a UTF-8 locale and one of your
packages is not written in UTF-8.
This exact problem is solved in R-patched, but some parts of help.start()
will not work correctly with those packages.
On Fri, 22 Apr 2005, Kenneth Roy Cabrera Torres wrote:
> I just install the new R version 2.1.0 in a
> linux platform.
>
> I get this error when I call the function
>
>> help.start()
> Making links in per-session dir ...
> Error in gsub(pattern, replacement, x, ignore.case, extended, fixed) :
> input string 28 is invalid in this locale
>
> What am I missing? (It works fine with version 2.0.1)
Well, UTF-8 locales did not `work fine' in 2.0.1.
--
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
More information about the R-help
mailing list