[Rd] Downloader that Resolves library dependencies

Rui Barradas ruipbarradas at sapo.pt
Tue Apr 11 13:11:05 CEST 2017


Hello,

Try ?install.packages from within R.

install.packages("car", dependencies = TRUE)

Hope this helps,

Rui Barradas

Em 11-04-2017 12:01, Ulrich Windl escreveu:
> Hi!
>
> If you want to install an extra library like "car", there is a long list of dependencies. If you just download "car", you cannot use it.
> Unfortunately the download links offer no solution to select all dependent libraries for download also. It would be nice, however.
> (This is interesting for people that want to use R in an Intranet that does not have Internet access)
>
> Regards,
> Ulrich
>
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel
>



More information about the R-devel mailing list