devtools (version 1.13.2)

uninstall: Uninstall a local development package.

Description

Uses remove.package to uninstall the package. To uninstall a package from a non-default library, use with_libpaths.

Usage

uninstall(pkg = ".", unload = TRUE, quiet = FALSE, ...)

Arguments

pkg

package description, can be path or package name. See as.package for more information

unload

if TRUE (the default), will automatically unload the package prior to uninstalling.

quiet

if TRUE suppresses output from this function.

...

additional arguments passed to remove.packages.

See Also

with_debug to install packages with debugging flags set.

Other package installation: install_bioc, install_bitbucket, install_cran, install_github, install_git, install_svn, install_url, install_version, install