R developers, On windows, it seems like R_HOME/etc/Makeconf has SHELL = /bin/sh instead of the location of Rtools' sh. I think this is because R_HOME/src/gnuwin32/fixed/etc/Makeconf needs to define SHELL as just sh (since Rtools/bin has to be on the PATH). This is of consequence with R CMD config. R version 2.7.0 Under development (unstable) (2007-10-19 r43218) Copyright (C) 2007 The R Foundation for Statistical Computing ISBN 3-900051-07-0 Martin -- Martin Morgan Bioconductor / Computational Biology
Martin Morgan wrote:> R developers, > > On windows, it seems like R_HOME/etc/Makeconf has > > SHELL = /bin/sh > > instead of the location of Rtools' sh. I think this is because > R_HOME/src/gnuwin32/fixed/etc/Makeconf needs to define SHELL as just > sh (since Rtools/bin has to be on the PATH). > > This is of consequence with R CMD config. >Could you show what goes wrong? I don't don't see any problems. Duncan Murdoch> R version 2.7.0 Under development (unstable) (2007-10-19 r43218) > Copyright (C) 2007 The R Foundation for Statistical Computing > ISBN 3-900051-07-0 > > Martin >