[R] R-2.4.1 AIX build patch.

2007-03-07 Thread Ei-ji Nakama
Dear AIX useR's.

Will you test it in various environment?
There is not xlf in the environment where I can approach.

cf.
  32bit, 64bit, --enable-R-shlib, --enable-BLAS-shlib ...various cases!

http://prs.ism.ac.jp/%7enakama/AIX/
-- 
EI-JI Nakama  [EMAIL PROTECTED]
\u4e2d\u9593\u6804\u6cbb  [EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch 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.


[R] Comment on Sweave

2006-11-26 Thread Ei-ji Nakama
Sorry. broken Engrish.

I tried to give comment on Sweave by force.

rawcode=T is necessary for an option(If you need comment).

try
   wget http://r.nakama.ne.jp/CommentOnSweave/SweaveProfile
   R_PROFILE=SweaveProfile R CMD Sweave hoge.Rnw

-- 
EI-JI Nakama  [EMAIL PROTECTED]
\u4e2d\u9593\u6804\u6cbb  [EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch 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.


Re: [R] crush in edit()

2006-10-17 Thread Ei-ji Nakama
/lib/gconv/ISO8859-1.so
 08048000-08049000 r-xp  fd:00 15796032   /usr/lib/R/bin/exec/R
 08049000-0804a000 rwxp  fd:00 15796032   /usr/lib/R/bin/exec/R
 09ef7000-0af9f000 rwxp 09ef7000 00:00 0  [heap]
 49c08000-49c09000 r-xp 49c08000 00:00 0  [vdso]
 49c09000-49c22000 r-xp  fd:00 15206828   /lib/ld-2.4.so
 49c22000-49c23000 r-xp 00018000 fd:00 15206828   /lib/ld-2.4.so
 49c23000-49c24000 rwxp 00019000 fd:00 15206828   /lib/ld-2.4.so
 49c26000-49d53000 r-xp  fd:00 15206829   /lib/libc-2.4.so
 49d53000-49d55000 r-xp 0012d000 fd:00 15206829   /lib/libc-2.4.so
 49d55000-49d56000 rwxp 0012f000 fd:00 15206829   /lib/libc-2.4.so
 49d56000-49d59000 rwxp 49d56000 00:00 0
 49d5b000-49d7e000 r-xp  fd:00 15206830   /lib/libm-2.4.so
 49d7e000-49d7f000 r-xp 00022000 fd:00 15206830   /lib/libm-2.4.so
 49d7f000-49d8 rwxp 00023000 fd:00 15206830   /lib/libm-2.4.so
 49d82000-49d84000 r-xp  fd:00 15206831   /lib/libdl-2.4.so
 49d84000-49d85000 r-xp 1000 fd:00 15206831   /Aborted

 I am using R 2.4.0 i386 on Fedora core 5, any one please help me on this?

 Thank you very much.

 [[alternative HTML version deleted]]

 __
 R-help@stat.math.ethz.ch 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.





-- 
EI-JI Nakama  [EMAIL PROTECTED]
\u4e2d\u9593\u6804\u6cbb  [EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch 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.


Re: [R] R-2.1.1 on AIX 5.*

2005-10-01 Thread Ei-ji Nakama
Hi,

 my configure command line is :
 #./configure --prefix=$HOME/local/R-2.1.1 CC=xlc_r CXX=xlC_r F77=xlf_r 
 --without-x --without-readline OBJECT_MODE=64 LDFLAGS=-brtl CFLAGS=-O 
 ^^
It is 64bit at the time of configure.

 then i compiled the source :
 #make

It is 32bit at the time of make.
# OBJECT_MODE=64 is not set by an environmental variable.
--
EIJI Nakama

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] error due to locales again

2005-04-19 Thread Ei-ji Nakama

  example(lm)
  Error in switch(x[2], 1250 = return(ISO 8859-2), 1251 = 
  return(KOI8-U),  :
 argument is missing, with no default

--- src/library/utils/R/iconv.R.orig2005-04-18 19:18:58.0
+0900
+++ src/library/utils/R/iconv.R 2005-04-19 17:37:32.0 +0900
@@ -74,7 +74,7 @@
1254 = return(ISO 8859-9),
1255 = return(ISO 8859-8),
1256 = return(ISO 8859-6),
-   1257 = return(ISO 8859-13),
+   1257 = return(ISO 8859-13)
)
 return(paste(CP, x[2], sep=))
 } else {

--
http://www.nakama.ne.jp, http://r.nakama.ne.jp
e-mail : EIJI Nakama [EMAIL PROTECTED]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html