Learn R Programming

pkgmaker (version 0.10.1)

quickinstall: Quick Installation of a Source Package

Description

Builds and install a minimal version of a package from its source directory.

Usage

quickinstall(path, lib = NULL, vignettes = FALSE)

Arguments

path
path to the package source directory
lib
installation directory. Defaults to the user's R default installation directory.
vignettes
logical that indicates if the vignettes should be rebuilt and installed.