Install Teradata Package for R - Installing Teradata Package for R - Teradata Package for R

Teradata® Package for R User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Package for R
Release Number
17.20
Published
March 2024
ft:locale
en-US
ft:lastEdition
2024-04-09
dita:mapPath
efv1707506846369.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
nqx1518630623256
lifecycle
latest
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.