Skip to content
Prev 198884 / 398506 Next

"Safe" way to automatically install required packages...

On Mon, Nov 2, 2009 at 10:56 AM, Jonathan Greenberg
<greenberg at ucdavis.edu> wrote:
Place the dependencies of your package in a comma-seperated list in the

  depends:

field of the DESCRIPTION file. When a user runs install.packages(
'yourPackage', dependencies = T ), R will take care of downloading and
installing the dependencies

-Charlie