Re: [R] binary package build error:target 'xf-' is not a directory

2010-09-15 Thread Uwe Ligges
You have to build a *source* package under Linux in order to install it under Windows afterwards. A Linux binary package cannot be used under Windows. Best, Uwe Ligges On 31.08.2010 09:59, raje...@cse.iitm.ac.in wrote: Hi, I built a package in linux and generated its binary using R

[R] binary package build error:target 'xf-' is not a directory

2010-08-31 Thread raje...@cse.iitm.ac.in
Hi, I built a package in linux and generated its binary using R CMD build --binary testpack. This generated testpack.tar.gz. I tried to install this package in windows using R CMD INSTALL package.tar.gz and I got the error *installing to library 'H:/R-2.11.1/library' *installing