[R] time segments intersection

Gabor Grothendieck ggrothendieck at gmail.com
Fri Oct 3 15:23:05 CEST 2008


On Fri, Oct 3, 2008 at 2:48 AM, [Ricardo Rodriguez] Your XEN ICT Team
<webmaster at xen.net> wrote:
> Thanks Gabor,
>
> Gabor Grothendieck wrote:
>>
>> Try:
>>
>> chooseCRANmirror()
>
> It works the call to the pop-up window, but it fails now whatever mirror I
> use with the following message:
>
>> install.packages("zoo",repos=chooseCRANmirror())

Its as follows:

chooseCRANmirror()
install.packages("zoo", dep = TRUE)

or maybe:

chooseCRANmirror()
install.packages("zoo", dep = TRUE, type = "mac.binary")

If those do not work try installing some other packages, e.g. chron,
to see if you can install anything.  If you still have problems there
is something wrong with your installation.   Ask on the r-sig-mac list.


> /bin/sh: tar: command not found
> Error in sprintf(gettext(fmt, domain = domain), ...) :
>  argument is missing, with no default
>>
>
> Does this make sense for you? Thanks!
>
> Cheers,
>
> Ricardo
>
> --
> Ricardo Rodríguez
> Your XEN ICT Team
>
>



More information about the R-help mailing list