Uninstall managed GDAL resources
Usage
gdal_uninstall(
lib = NULL,
isolated = FALSE,
user_lib = NULL,
runtime = TRUE,
package = TRUE,
python = TRUE,
force = FALSE
)Arguments
- lib
Library containing the managed
gdalrasterpackage. Defaults to.libPaths()[1].- isolated
Remove the package-managed isolated library instead of
.libPaths()[1]. Ignored whenlibis set.- user_lib
Deprecated.
user_lib = TRUEis now the default;user_lib = FALSEis equivalent toisolated = TRUE.- runtime
Remove the GDAL build runtime.
- package
Remove the managed
gdalrasterpackage.- python
Remove managed embedded-Python
.pthfiles.- force
Confirm removal in non-interactive sessions.
