Skip to content
Prev 39508 / 63424 Next

R_HOME path getting munged in inst/doc/Makefile on Windows

This is a bug in the package: you are required to quote paths in
Makefiles, e.g. to allow for spaces in the path.

And let's knock the issue of forward and backwards slashes on the 
head: they are equivalent on Windows.  Despite your perjorative 
comments, the supplied value of R_HOME is valid.
On Mon, 21 Mar 2011, Dan Tenenbaum wrote: