Hi, I developed a package that requires 5 other packages. I was wondering if anyone knows how can I automatically download and install the required packages during the installation of my new package. My idea is to make this process easier to the final user.
All the required packages are under bioconductor source but I don't know where I can include the code to download and install them. Manually, I generally use the code: source("http//bioconductor.org/biocLite.R") biocLite(c("packageA", "packageB"...etc)) Any idea? Thank you. -- Raphael Aggio PhD Student School of Biological Sciences Microbiology & Virology Research Group The University of Auckland Web www.sbs.auckland.ac.nz Please consider the environment before printing this e-mail [[alternative HTML version deleted]] ______________________________________________ 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.