Install Optional R Add-On Packages | Teradata Vantage on VMware - Installing Optional R Add-On Packages - Teradata Vantage on VMware

Teradata Vantage™ on VMware Base, Advanced, Enterprise Tiers Getting Started Guide

Product
Teradata Vantage on VMware
Release Number
Deployer 3.04
Published
October 2021
Language
English (United States)
Last Update
2021-10-29
dita:mapPath
qbi1545241606156.ditamap
dita:ditavalPath
lyx1526581533412.ditaval
dita:id
B035-5958
Product Category
Cloud
To apply innovative statistical techniques to analyze data stored in Vantage, you have the option to install R add-on packages from Comprehensive R Archive Network (CRAN). After they are installed, a new library called pkg can be used within an R script.
  1. Go to http://cran.us.r-project.org/ to download the R add-on package from CRAN.
  2. Put the downloaded R add-on package into the /tmp directory on the primary (PDN) node.
  3. From the /tmp directory, run the td_installRaddon script.
    /opt/teradata/PUTTools/misc/td_RTblop/td_installRaddon pkgname
    The script wraps the file downloaded from the CRAN website into a PUT-installable .rpm file and places the .rpm file in the current working directory which is /tmp.
  4. Install the .rpm on all nodes using PUT or manually using rpm commands.
  5. Copy the rpm to all nodes.
    For MPP installations, put the package in the same common location on all nodes.
  6. Run one of the following commands:
    • Single-node system: rpm –ivh packagename.rpm
    • MPP system: psh rpm –ivh directory/packagename.rpm
  7. Using the R console, check if the package was installed correctly.