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

Teradata® R Package User Guide

Product
Teradata R Package
Release Number
16.20
Published
February 2020
Language
English (United States)
Last Update
2022-05-02
dita:mapPath
qbt1519078127352.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
B700-4005
lifecycle
previous
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