Skip to content
Prev 39506 / 63424 Next

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

On 03/21/2011 07:22 PM, Simon Urbanek wrote:
Not sure about the Makefile, but see

https://stat.ethz.ch/pipermail/r-devel/2011-March/060260.html

also on my own machine

Z:\> R CMD INSTALL Biobase
* installing to library 'C:\Users\User\Documents/R/win-library/2.13'
* installing *source* package 'Biobase' ...
...

** testing if installed package can be loaded
Error: '\U' used without hex digits in character string starting "C:\U"
Execution halted
ERROR: loading failed
* removing 'C:\Users\User\Documents/R/win-library/2.13/Biobase'
* restoring previous 'C:\Users\User\Documents/R/win-library/2.13/Rsamtools'

whereas under 2.12

Z:\>R CMD INSTALL Biobase
* installing to library 'C:\Users\User\Documents/R/win-library/2.12'
* installing *source* package 'Biobase' ...

and everything is fine.

Z:\> R --version
R version 2.13.0 alpha (2011-03-17 r54849)
Copyright (C) 2011 The R Foundation for Statistical Computing
ISBN 3-900051-07-0