Skip to content
Prev 293 / 885 Next

Download all package

Hello
On Fri, Oct 1, 2010 at 11:52 AM, Partha Sinha <pnsinha68 at gmail.com> wrote:
This question doesn't seem relevant to teaching with R, so r-help may
be more appropriate.

Generally you need to decide on the package that you intend to use, and
install.package('your_package', dep=T)

to install it and all its dependencies. This would avoid you the
trouble of individually installing each dependency.

Regards
Liviu