The R Driverless AI client is currently distributed as a source package which can be downloaded either from the UI or command line.

Download from UI

On the Driverless AI top menu, select the RESOURCES > R_CLIENT link. This downloads the dai_VERSION.tar.gz source package.

Download from command line

wget --trust-server-names http://<Driverless AI address>/clients/r

Installation of the source package

Now you need to install the source package in R:

install.packages('~/Downloads/dai_VERSION.tar.gz', type = 'source', repos = NULL)

You can continue with dai-tutorial vignette to see how to use the client:

vignette('dai-tutorial', package = 'dai')