Re: [Rd] Making a windows packages with zip

2006-06-12 Thread Duncan Murdoch
On 6/12/2006 11:25 AM, Uwe Ligges wrote: > hadley wickham wrote: >>> >>> Either the latter or ask the Windows users to install the source package. >>> >> >> Installing a source package doesn't seem to help: >> >>> install.packages("classifly", repos="http://ggobi.org/r/";, type="source") >> Warni

Re: [Rd] Making a windows packages with zip

2006-06-12 Thread Uwe Ligges
hadley wickham wrote: >> >> Either the latter or ask the Windows users to install the source package. >> > > Installing a source package doesn't seem to help: > >> install.packages("classifly", repos="http://ggobi.org/r/";, type="source") > Warning message: > installation of package 'classifly' h

Re: [Rd] Making a windows packages with zip

2006-06-12 Thread hadley wickham
> > Either the latter or ask the Windows users to install the source package. > Installing a source package doesn't seem to help: > install.packages("classifly", repos="http://ggobi.org/r/";, type="source") Warning message: installation of package 'classifly' had non-zero exit status in: install.

Re: [Rd] Making a windows packages with zip

2006-06-12 Thread Uwe Ligges
hadley wickham wrote: > In the past I have been able to make windows packages (containing only > R code) from my mac by simply zipping the installed package directory, > eg. > > R CMD install asmrsim > cd ~/Library/R/library/ > zip -r9X asmrsim asmrsim > > (using code copied from this list, from

[Rd] Making a windows packages with zip

2006-06-12 Thread hadley wickham
In the past I have been able to make windows packages (containing only R code) from my mac by simply zipping the installed package directory, eg. R CMD install asmrsim cd ~/Library/R/library/ zip -r9X asmrsim asmrsim (using code copied from this list, from Duncan Murdoch, I think) However, since