milton ruser
2009-Jul-16 22:08 UTC
[R] Renviron.in error when compiling R 2.9.1 under Debian.
Dear all, I'm trying to compile R 2.9.1 on my home directory under debian, and as I need to play with RPy, I tryed compile R using: ./configure --enable-R-shlib But, during the compilation, I get the error below: ------------------------------------- using as R_SHELL for scripts ... /bin/sh configure: creating ./config.status config.status: creating Makeconf config.status: creating Makefile config.status: creating doc/Makefile config.status: creating doc/html/Makefile config.status: creating doc/html/search/Makefile config.status: creating doc/manual/Makefile config.status: creating etc/Makefile config.status: creating etc/Makeconf config.status: error: cannot find input file: etc/Renviron.in ------------------------------------- The result of uname -a is b3185-19:~/Desktop/rpy2-2.0.6$ uname -a Linux b3185-19 2.6.24-etchnhalf.1-686 #1 SMP Wed Apr 29 18:45:14 UTC 2009 i686 GNU/Linux Any help are welcome milton brazil=toronto [[alternative HTML version deleted]]
milton ruser
2009-Jul-16 22:41 UTC
[R] Renviron.in error when compiling R 2.9.1 under Debian.
Dear R-friends, I removed the directory, untarzed the source files and now I can compile the R. Thanks for those suggested it off-list. Bests milton On Thu, Jul 16, 2009 at 6:08 PM, milton ruser <milton.ruser@gmail.com>wrote:> Dear all, > > I'm trying to compile R 2.9.1 on my home directory under debian, > and as I need to play with RPy, I tryed compile R using: > > ./configure --enable-R-shlib > > But, during the compilation, I get the error below: > ------------------------------------- > using as R_SHELL for scripts ... /bin/sh > configure: creating ./config.status > config.status: creating Makeconf > config.status: creating Makefile > config.status: creating doc/Makefile > config.status: creating doc/html/Makefile > config.status: creating doc/html/search/Makefile > config.status: creating doc/manual/Makefile > config.status: creating etc/Makefile > config.status: creating etc/Makeconf > config.status: error: cannot find input file: etc/Renviron.in > ------------------------------------- > > The result of uname -a is > b3185-19:~/Desktop/rpy2-2.0.6$ uname -a > Linux b3185-19 2.6.24-etchnhalf.1-686 #1 SMP Wed Apr 29 18:45:14 UTC 2009 > i686 GNU/Linux > > Any help are welcome > > milton > brazil=toronto >[[alternative HTML version deleted]]
Dirk Eddelbuettel
2009-Jul-17 07:25 UTC
[R] Renviron.in error when compiling R 2.9.1 under Debian.
Milton, On 16 July 2009 at 18:08, milton ruser wrote: | I'm trying to compile R 2.9.1 on my home directory under debian, | and as I need to play with RPy, I tryed compile R using: To use RPy on Debian (or Ubuntu) you can also just try sudo apt-get install python-rpy which has been available for over half a decade. We also have RPy2 package. RPy tends to be available from CRAN in its Debian / Ubuntu repos as well. Dirk -- Three out of two people have difficulties with fractions.