On Fri, Oct 3, 2008 at 2:48 AM, [Ricardo Rodriguez] Your XEN ICT Team
<[EMAIL PROTECTED]> 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
>
>

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to