Builds and install a minimal version of a package from its source directory.
quickinstall( path, destdir = NULL, vignettes = FALSE, force = TRUE, ..., lib.loc = if (!is.null(destdir)) TRUE )
path | path to the package source directory |
---|---|
destdir | installation directory.
If |
vignettes | logical that indicates if the vignettes should be rebuilt and installed. |
force | logical that indicates if the package should be installed even if a previous installation exists in the installation library. |
... | extra arguments passed to |
lib.loc | library specification.
If |
The path of the library where the package was installed.