Hi,

I need some quick advice/help on loading packages. I want to write a simple function to load a number of packages I intend to use at a conference presentation. I'm thinking of something like:

fn.install <- function(){install.packages(c("ggplot2", "scales"), repos = "c:\\temp")}

There will be many more than just the two I listed. All the zip files are in a Windows directory c:\temp. Will this work?

Thanks,

Walt

________________________

Walter R. Paczkowski, Ph.D.
Data Analytics Corp.
44 Hamilton Lane
Plainsboro, NJ 08536
________________________
(V) 609-936-8999
(F) 609-936-3733
w...@dataanalyticscorp.com
www.dataanalyticscorp.com

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to