listInstalledPackages: List of all installed packages used in Alteryx's Predictive...

Description Usage Arguments

Description

A vector of all added packages in an SVN installation of a version of R. This is done by reading the Readme.txt file in the /3rdParty/R/Installer directory. The packages are in a named list identifying those from CRAN and those from Alteryx

Usage

1
2
listInstalledPackages(svnDir = getOption("alteryx.svndir"), type = c("last",
  "min"), rVersion = NULL)

Arguments

svnDir

Path to the local copy of a SVN branch of Alteryx.

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").

rVersion

The version of R to use as the basis of package installation. For a completely new version of R, this will likely be the last version.


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