Install Teradata Package for R - Installing Teradata Package for R - 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

The Teradata Package for R, tdplyr, is available from Teradata GitHub site https://github.com/Teradata/tdplyr.

The Teradata Package for R depends on the dplyr, dbplyr, DBI, magrittr, rlang, jsonlite, bit64, purrr packages which are available from CRAN and the Teradata SQL Driver for R package teradatasql which is available from Teradata GitHub repository and https://downloads.teradata.com/.

Run the following commands from your Terminal (for Linux and Mac) or Command Prompt (for Windows) to download and install the tdplyr package along with the dependent packages, from Amazon AWS and CRAN repository:
Rscript -e "install.packages('tdplyr',repos=c('https://r-repo.teradata.com','https://cloud.r-project.org'))"
The dependent packages are installed automatically with this Rscript command.
This command is applicable to all supported OS platforms.