Install Package
Description
Wrapper around R CMD INSTALL with quiet mode option.
Usage
install(path = ".", quiet = TRUE)
Arguments
path: Path to package root directory.quiet: Logical. Suppress output except errors? Default TRUE.
Value
TRUE if successful, FALSE otherwise (invisibly).
Examples
install()
install(quiet = FALSE) # Show full output