Skip to content
Prev 58901 / 398502 Next

R "sumo" package suggestion

What exactly is the suggestion?

R does have package bundles.  It ships with a basic collection of
packages.

install.packages will install many packages at once.

R-devel has a function new.packages to find the currently uninstalled
packages, so install.packages(new.packages()) installs them all, should
they actually all work on your system (and that's impossible as several
require a Unix-alike and one requires Windows)
On Thu, 11 Nov 2004, Rodney Sparapani wrote: