[RkWard-devel] [rkward - Help] RE: Problems producing postscript files
SourceForge.net
noreply at sourceforge.net
Wed Feb 14 14:34:39 UTC 2007
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4157683
By: pfaelzerchen
The Results for Sys.getlocale() are:
RKWard:
[1] "de_DE.ISO-8859-1"
plain R:
[1] "LC_CTYPE=de_DE.ISO-8859-1;LC_NUMERIC=C;LC_TIME=de_DE.ISO-8859-1;LC_COLLATE=
de_DE.ISO-8859-1;
LC_MONETARY=de_DE.ISO-8859-1;LC_MESSAGES=de_DE.ISO-8859-1;LC_PAPER=C;LC_NAME=C;L
C_ADDRESS=C;
LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C"
I am not really sure if this is a difference or the same as many of the variables
in plain R are also set to de_DE.ISO-8859-1.
Also starting R as well as RKWard with the given environment variables set as
mentioned won't change the output of Sys.getlocale().
Setting encoding="ISOLatin1" which I think is ISO-8859-1 still results in a
corrupted postscript file.
I also recognized that RKWard is unable to understand decimal numbers like 0.5.
RKWard gives:
> 0.5
[1] 0
> 1/2
[1] 0,5
> 0,5
Syntax error
While R does not have any problems with 0.5. May this also be a problem with
the encoding as KDE is configured to use the "," to seperate the decimal places?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=165574
More information about the Rkward-devel
mailing list