installLocalPackages {svMisc} | R Documentation |
Install one or several local packages, for instance from a CD-rom. These packages must be Windows binaries (.zip), and a 'package' in the same directory must describe them the same way it is done in CRAN.
installLocalPackages(basedir = "d:/R", url = paste("file:", basedir, "/bin/windows/contrib", sep = ""))
basedir |
The base directory of the local installation files |
url |
The whole path, or url, to use for installation. If provided, it overrides basedir |
This function returns nothing. It is invoked for its side effects.
Philippe Grosjean <phgrosjean@sciviews.org>
localPackages
, updateLocalPackages