Re: [R] install or uncompress package build in one platform in another platform

2010-04-22 Thread Duncan Murdoch
On 22/04/2010 8:09 AM, carol white wrote: Hi, Is an R package built under Unix (package.tar.gz) could be installed on other platforms like windows or Mac? The compressed tar file (.tar.gz) built under Unix doesn't seem to be uncompressed under windows (unzip under windows instead of gunzip). H

Re: [R] install or uncompress package build in one platform in another platform

2010-04-22 Thread Uwe Ligges
On 22.04.2010 15:34, David Winsemius wrote: On Apr 22, 2010, at 8:09 AM, carol white wrote: Hi, Is an R package built under Unix (package.tar.gz) could be installed on other platforms like windows or Mac? The compressed tar file (.tar.gz) built under Unix doesn't seem to be uncompressed unde

Re: [R] install or uncompress package build in one platform in another platform

2010-04-22 Thread David Winsemius
On Apr 22, 2010, at 8:09 AM, carol white wrote: Hi, Is an R package built under Unix (package.tar.gz) could be installed on other platforms like windows or Mac? The compressed tar file (.tar.gz) built under Unix doesn't seem to be uncompressed under windows (unzip under windows instead of

[R] install or uncompress package build in one platform in another platform

2010-04-22 Thread carol white
Hi, Is an R package built under Unix (package.tar.gz) could be installed on other platforms like windows or Mac? The compressed tar file (.tar.gz) built under Unix doesn't seem to be uncompressed under windows (unzip under windows instead of gunzip). How to proceed? Look forward to your reply,