6.4.1 Install the Supporting Packages on Windows
Instructions for installing the supporting packages on Windows.
-
Download the supporting packages from the Oracle Machine Learning for R Downloads website.
-
Select the Supporting packages for your platform and R version and accept the license agreement. Download the zip file to the installation directory that you created for Oracle Instant Client. For example:
c:\oml4rclient_install_dir\ore-supporting-win-x86_64-1.5.1.zip
NOTE: Choose the same installation directory for all OML4R client components.
-
Unzip the file. The contents are extracted into the
supporting
subdirectory:The resulting installation directory, shown in the example at the end of this section, contains all the client components: Oracle Instant Client, OML4R packages, and OML4R supporting packages.
-
Choose one of the following methods to install the supporting packages on Windows:
-
Install from the R Console
-
Start R x64 from the Windows Start menu.
-
Execute this R command for each zip file in the
client
directory:install.packages("oml4rclient_install_dir/support/support_package_name.zip', repos=NULL)
Each successful package installation produces this message in the R console:
package 'package_name' successfully unpacked and MD5 sums checked
-
-
Install from the R GUI
-
Start R x64 from the Windows Start menu.
-
Select Packages from the RGui (64-bit) menu bar.
-
From the Packages menu, select Install package(s) from local zip files.
-
Change to the
support
directory. -
Select all the files in the directory.
-
Click Open.
Each package installation produces this message in the R console:
package 'package_name' successfully unpacked and MD5 sums checked
-
-
Install from the Windows command prompt
-
Start R x64 from the Windows Start menu.
-
Open a Windows command window.
-
Change directory to the
client
directory and type these commands:R CMD INSTALL ROracle_version.zip R CMD INSTALL arules_version.zip R CMD INSTALL Cairo_version.zip R CMD INSTALL DBI_version.zip R CMD INSTALL png_version.zip R CMD INSTALL randomForest_version.zip R CMD INSTALL statmod_version.zip
Each package installation generates this message:
package 'package_name' successfully unpacked and MD5 sums checked
-
-
Example 6-2 Client Installation Directory Containing All Client Components
c:\oml4rclient_install_dir \client \instantclient_version \supporting \arules_version.zip \Cairo_version.zip \DBI_version.zip \png_version.zip \randomForest_version.zip \ROracle_version.zip \statmod_version.zip instantclient-basic-linux.x64-version.zip instantclient-sdk-linux.x64-version.zip ore-client-win-x86_64-version.zip ore-supporting-win-x86_64-version.zip
Parent topic: Install the OML4R Supporting Packages