dai-installation.RmdThe R Driverless AI client is currently distributed as a source package which can be downloaded either from the UI or command line.
On the Driverless AI top menu, select the RESOURCES > R_CLIENT link. This downloads the dai_VERSION.tar.gz 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')