Re: [Rd] R CMD config for R >= 3.0.1

2013-09-10 Thread crunch
I need to build R on a Centos machine where I have no admin privileges. Believe I have to build from source, but cannot find the configure script in the source bundle. Am I missing something? -- View this message in context: http://r.789695.n4.nabble.com/R-CMD-config-for-R-3-0-1-tp4667399p4675

Re: [Rd] R CMD config for R >= 3.0.1

2013-09-10 Thread crunch
Also have no cooperation from the admin of the machine, so can't ask for a yum install. -- View this message in context: http://r.789695.n4.nabble.com/R-CMD-config-for-R-3-0-1-tp4667399p4675814.html Sent from the R devel mailing list archive at Nabble.com. _

Re: [Rd] [MASS.ts] Error 1

2013-09-11 Thread crunch
I'm making progress building R on Centos, but make is dying just after "begin installing recommended package MASS" where it complains "Error in untar2(tarfile, files, list, exdir, restore_times) : incomplete block on file make[2]: *** [MASS.ts] Error 1 I have $R_SHELL defined as /bin/sh, $R_HOME

[Rd] JDK not registered

2013-09-16 Thread crunch
Given: $JAVA_HOME=~/jdk1.7.0_40 $R_SHELL=/bin/sh $PATH=$R_HOME/bin:$JAVA_HOME/bin:... which jar --> ~/jdk1.7.0_40/bin/jar which javac --> ~/jdk1.7.0_40/bin/javac which javah --> ~/jdk1.7.0_40/bin/javah which java --> '', even though there is one in $JAVA_HOME/bin whereis java --> java: /bin/java /