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
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
>
> 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.
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
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