Install Package
Description
Wrapper around R CMD INSTALL with quiet mode option.
Usage
1install(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
1install()
2install(quiet = FALSE) # Show full output