Re: [R] Problems with Rscript executable.

2008-04-28 Thread Prof Brian Ripley
On Mon, 28 Apr 2008, Prof Brian Ripley wrote: Another possible fix is to copy $prefix/R/lib64/bin/Rscript to $prefix/bin, Sorry, sent in the middle of editing: that should be $prefix/lib64/R/bin/Rscript (omit 64 on a 32-bit system). for those who no longer have the sources around. I've adde

Re: [R] Problems with Rscript executable.

2008-04-28 Thread Prof Brian Ripley
Another possible fix is to copy $prefix/R/lib64/bin/Rscript to $prefix/bin, for those who no longer have the sources around. I've added an extra dependence in R-patched which will I hope prevent those two copies being different (and often they are not for me). On Mon, 28 Apr 2008, Gregg Phill

Re: [R] Problems with Rscript executable.

2008-04-28 Thread Gregg Phillips
Yes, Re-running make install at the src/unix level seems to have fixed it. I originally ran make install at the top level after running ./configure --prefix=/usr/local/r-2.7.0. Thank You for your assistance, Gregg. Prof Brian Ripley wrote: I have recently built R version 2.7.0 on a CentOS

Re: [R] Problems with Rscript executable.

2008-04-28 Thread Prof Brian Ripley
I have recently built R version 2.7.0 on a CentOS release 4.6, 64-bit system using the following command: ./configure --prefix=/usr/local/r-2.7.0 Everything built fine and works properly except for Rscript which is looking for files in the original build directory instead of the specified in

Re: [R] Problems with Rscript executable.

2008-04-28 Thread Dirk Eddelbuettel
Gregg, On 28 April 2008 at 10:42, Gregg Phillips wrote: | Good Morning, | | I have recently built R version 2.7.0 on a CentOS release 4.6, 64-bit | system using the following command: | | ./configure --prefix=/usr/local/r-2.7.0 | | Everything built fine and works properly except for Rscript w

[R] Problems with Rscript executable.

2008-04-28 Thread Gregg Phillips
Good Morning, I have recently built R version 2.7.0 on a CentOS release 4.6, 64-bit system using the following command: ./configure --prefix=/usr/local/r-2.7.0 Everything built fine and works properly except for Rscript which is looking for files in the original build directory instead of th