Skip to content
Prev 51733 / 398500 Next

Installing on Windows packages build on Unix

Peter Dalgaard <p.dalgaard at biostat.ku.dk> writes:
...
....
Ooops, wait a minute. We can also build binaries on Unix with "R CMD
build --binary", and they *will* be .tar.gz files. I get a rather
peculiar error message from Perl if I try, but I do get the file and
it seems that the content is equivalent to that in the zip file I
described. (Of course you can always convert .tar.gz to .zip on Unix:
just unpack with tar and repack with zip -- just be careful where you
do it or you'll end up overwriting files!)

...