[R] Problem with installing R under Windows

2006-08-04 Thread TAN Chong Hui
I have been trying to install R under Windows from the source by following the instructions in R Installation and Adminstration. Met with a list of problems along the way. 1) Recommended packages: I tried to do make lnik-recommended and make rsync-recommended In both cases, I got the

[R] A problem with R CMD SHLIB

2006-08-01 Thread TAN Chong Hui
Hi, I followed the example in Writing R Extensions to create a shared object in Windows, using the command R CMD SHLIB X.cc X_main.cc This was encountered: ../src/gnuwin32/MkRules:155: warning: overriding commands for target '.c.d' ../src/gnuwin32/MkRules:143: warning: ignoring old commands

[R] libRmath

2006-08-01 Thread TAN Chong Hui
Hi I'm trying to use the standalone library libRmath. According to the documentation, I need to builld it in src/nmath/standalone But this directory does not exist in the R I installed. What's the problem here, anyone? Thanks! Rgds Chong Hui [[alternative HTML version deleted]]

[R] Use R in Java

2006-08-01 Thread TAN Chong Hui
Hi I'm trying to use R from Java. There doesn't seem to be much documentation on this. I installed JGR that has JRI and Rjava coming with it. According to the short description at www.rosuda.org/JRI/, there's supposed to be an examples directory in JRI. I don't seem to be able to find that. I