[Rd] errors in compiling R-2.5.0 and R-2.4.0[sec=unclassified]

2007-06-24 Thread Mohar Chattopadhyay
Dear all, I have encountered errors in compiling R-2.5.0 and R-2.4.0 in a linux machine (power-pc). I can successfully build it from the source code if I do not use the '--enable-R-shlib' option while executing the './configure' command as mentioned in rpy documentation. Using the `--enable-R-shl

[Rd] There was a problem by the use of snow.

2007-06-24 Thread Ei-ji Nakama
problem of the very large memory require by the Sign extension. --- R-2.5.0.orig/src/main/serialize.c 2007-03-27 01:42:08.0 +0900 +++ R-2.5.0/src/main/serialize.c2007-06-25 00:48:58.0 +0900 @@ -1866,7 +1866,7 @@ static void resize_buffer(membuf_t mb, int needed) { -

[Rd] problem gsub in the locale of CP932 and SJIS (PR#9751)

2007-06-24 Thread nakama
Full_Name: Ei-ji Nakama Version: R-2.5.0 OS: any Submission from: (NULL) (219.117.236.5) problem by operation of gsub in the locale of CP932 and SJIS. The inconvenient character code which used 0x5c after the first byte. --- R-2.5.0.orig/src/main/character.c 2007-04-03 11:05:05.0 +0900