| uninstall {devtools} | R Documentation |
Uses remove.package to uninstall the package.
To uninstall a package from a non-default library,
use withr::with_libpaths().
uninstall(pkg = ".", unload = TRUE, quiet = FALSE, ...)
pkg |
package description, can be path or package name. See
|
unload |
if |
quiet |
If |
... |
additional arguments passed to |
with_debug() to install packages with debugging flags
set.
Other package installation: install