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

Teradata Vantage™ on VMware Developer Tier Getting Started Guide

Product
Teradata Vantage on VMware
Release Number
Deployer 3.02.01
Published
February 2020
Language
English (United States)
Last Update
2020-02-14
dita:mapPath
qsv1513715214626.ditamap
dita:ditavalPath
TDVMware_DEV_3.02.ditaval.ditaval
dita:id
B035-5938
lifecycle
previous
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.