install_CRAN_pkgs: Install CRAN Packages needed for Alteryx predictive tools

Description Usage Arguments

Description

The function can be used to install needed CRAN packages for the predictive tools 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_CRAN_pkgs(currentRVersion, installation = c("dev", "svn"),
  type = c("last", "min"), repos = "https://cloud.r-project.org")

Arguments

currentRVersion

The current version of R being used by Alteryx's predictive tools.

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.

type

Should the set of packages be based on the packages used in the previous predictive installer ("last"), or on the set of packages explicitly used by the predictive tools ("min").

repos

The CRAN repository to use for package installation. The default is https://cloud.r-project.org.


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