Message-ID: <58ECB9C9.600@sapo.pt>
Date: 2017-04-11T11:11:05Z
From: Rui Barradas
Subject: Downloader that Resolves library dependencies
In-Reply-To: <58ECB778020000A100025904@gwsmtp1.uni-regensburg.de>
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
>