7.5.3 Uninstall OML4R Client
Instructions for uninstalling OML4R Client.
To uninstall the OML4R packages and supporting packages, start R and type the commands listed in the following example.
Example 7-1 R Commands for Uninstalling OML4R Packages
remove.packages("arules") remove.packages("DBI") remove.packages("Cairo") remove.packages("ORE") remove.packages("OREbase") remove.packages("OREcommon") remove.packages("OREdm") remove.packages("OREdplyr") remove.packages("OREds") remove.packages("OREeda") remove.packages("OREembed") remove.packages("OREgraphics") remove.packages("OREmodels") remove.packages("OREpredict") remove.packages("OREstats") remove.packages("ORExml") remove.packages("png") remove.packages("randomForest") remove.packages("ROracle") remove.packages("statmod")
Parent topic: Uninstall Oracle Machine Learning for R