Skip to content
Prev 324509 / 398503 Next

how to install R 3.0.1

Hi John,

I suspect you may be missing a c()?

On Fri, 31 May 2013 06:05:45 -0800 John Kane <jrkrideau at inbox.com>
wrote:
paks <- install.packages( c("Hmisc", "plyr"))
Is it possible to get this as a vector of only the package names, or
is post-processing the output of library() the only way out?

Ranjan