install_Alteryx_pkgs: Install Alteryx R packages

Description Usage Arguments

Description

The function can be used to install Altery's R packages to either a user's development R installation or the R installation in the user's local copy of the SVN repository of an Alteryx development branch. NOTE: To use this function, the R session being used must be running in administrator mode to allow for appropriate read/write permissions.

Usage

1
2
install_Alteryx_pkgs(installation = c("dev", "svn"), dataXPath = NULL,
  useGitHub = FALSE, ayxDepend = NULL)

Arguments

installation

One of "dev" or "svn". In the case of "dev", the needed CRAN packages are installed into the system library of the user's development installation of R. When "svn" is selected, then the packages are installed to the system library of the R installation located in the user's local copy of the relevant SVN repository. The development R The respository's path is determined by the alteryx.svndir global options setting.

dataXPath

The local full path to an appropriate binary installer of the AlteryxRDataX package. If its value is NULL, then no attempt will be made to install the package.

useGitHub

Install the Alteryx predictive packages other than AlteryxRDataX from Alteryx's CRAN like repository on GitHub at https://alteryx.github.io/drat. The default is FALSE.

ayxDepend

A character vector of CRAN packages that Alteryx packages depend on since the last version, but are not a dependency of other CRAN packages.


alteryx/jeeves documentation built on May 12, 2019, 1:40 a.m.