Displaying 1 result from an estimated 1 matches for "xmapcor".
Did you mean:
xmapcore
2011 Mar 22
2
R_HOME path getting munged in inst/doc/Makefile on Windows
Hello,
I have come across two separate packages that have a Makefile in inst/doc
which use the R_HOME variable.
In both cases, the path to R_HOME gets munged in such a way that commands
that include R_HOME fail on Windows:
For example, one Makefile, for the xmapcore package (
https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/xmapcore/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:\b...