Installing the TeradataAsterR Package from R Console - Aster R

Teradata Aster® R User GuideUpdate 3

Product
Aster R
Release Number
7.00.02.01
Published
December 2017
Language
English (United States)
Last Update
2018-04-13
dita:mapPath
fop1497542774450.ditamap
dita:ditavalPath
Generic_no_ie_no_tempfilter.ditaval
dita:id
fbp1477004286096
lifecycle
previous
Product Category
Software
Users can install the TeradataAsterR package from R Console. Use the commands here, and change the <path_to_package> and package name based on the actual file path and package name.
Operating System Command
Windows
install.packages("<path_to_package>/TeradataAsterR_07.00.02.00.zip")

install.packages("RODBC")
Linux x86_64
install.packages("<path_to_package>/TeradataAsterR_07.00.02.00_R_x86_64-unknown-linux-gnu.tar.gz")

install.packages("RODBC")
Linux i686
install.packages("<path_to_package>/TeradataAsterR_07.00.02.00_R_i686-unknown-linux-gnu.tar.gz")

install.packages("RODBC")