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.