Just confirming: If I distribute my R package as ZIP/TAR then installing the package will not automatically download/install dependencies because I have to set repos =
The devtools package has a function install. If used on a directory containing the source code for an R package, it will install that package and download any dependencies from CRAN.