Displaying 1 result from an estimated 1 matches for "biocbldbb".
Did you mean:
biocbldbbs
2011 Mar 22
2
R_HOME path getting munged in inst/doc/Makefile on Windows
...apcore/username/password:
readonly) has this:
R=${R_HOME}/bin/R
SUITE=../cookbook/delia.R
[...]
${R} --vanilla --verbose < ${SUITE}
the output of trying to build this package includes:
* creating vignettes ... ERROR
E:\biocbld\BBS-2~1.8-B\R/bin/R --vanilla --verbose < ../cookbook/delia.R
E:biocbldBBS-2~1.8-BR/bin/R: not found
make: *** [pdf] Error 127
Error in tools::buildVignettes(dir = ".") : running 'make' failed
Execution halted
It seems R_HOME is not getting resolved to a valid path. That's strange
because R CMD echo shows the right thing:
E:\sandbox>\biocbld\bb...