Install Open Source R on SLES 12 SP3 | Teradata Package for R - Installing Open Source R on SLES 12 SP3 - Teradata Package for R

Teradata® Package for R User Guide

Product
Teradata Package for R
Release Number
17.00
Published
July 2021
Language
English (United States)
Last Update
2023-08-08
dita:mapPath
yih1585763700215.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
B700-4005
Product Category
Teradata Vantage
Follow the steps here to install the latest open source R on SLES 12 SP3.
The minimum R version Teradata supports is 3.4.3. If you already have R version 3.4.3 and later installed, you can skip this section.
For additional information, refer to the official R Project site https://cloud.r-project.org/bin/linux/suse/.
  1. Add the repository from official SUSE site using zypper.
    zypper addrepo https://download.opensuse.org/repositories/devel:languages:R:released/SLE_12/devel:languages:R:released.repo
  2. Refresh repositories.
    zypper refresh
  3. Install the latest R using zypper.
    zypper install R-base