quickinstall {pkgmaker} | R Documentation |
Quick Installation of a Source Package
Description
Builds and install a minimal version of a package from its source directory.
Usage
quickinstall(
path,
destdir = NULL,
vignettes = FALSE,
force = TRUE,
...,
lib.loc = if (!is.null(destdir)) TRUE
)
Arguments
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 |
Value
quickinstall
returns the path of the library where the package was installed.