Initializing help system before first use

Invoking R Scripts

The release of R currently available on the FICO Analytic Cloud is version 3.2.2 and includes all the base and recommended R packages. Additional packages can be installed by calling the standard R function "install.packages()"; these will be cached for the duration of the Mosel/scenario execution.

Some R functionalities are disabled, including:
  • System calls and interaction with external native code
  • Installation of additional packages that would require compilation
  • All network access, except for the FICO CRAN mirror that is preconfigured as the default R package repository
  • Access to system environment variables, except for variables used by R
  • File system access restricted to the current working directory only

The following R packages are also pre-installed:

  • acepack_1.3-3.3
  • chron_2.3-47
  • colorspace_1.2-6
  • DBI_0.3.1
  • dichromat_2.0-0
  • digest_0.6.8
  • Formula_1.2-1
  • ggplot2_1.0.1
  • gridExtra_2.0.0
  • gtable_0.1.2
  • Hmisc_3.17-0
  • labeling_0.3
  • latticeExtra_0.6-26
  • lme4_1.1-10
  • lmtest_0.9-34
  • magrittr_1.5
  • maxLik_1.2-4
  • minqa_1.2.4
  • miscTools_0.6-16
  • mlogit_0.2-4
  • mnlogit_1.2.3
  • munsell_0.4.2
  • nlopt_1.0.4
  • plyr_1.8.3
  • proto_0.3-10
  • RColorBrewer_1.1-2
  • Rcpp_0.12.1
  • RcppEigen_0.3.3.3.0
  • reshape2_1.4.1
  • RSQLite_1.0.0
  • sandwich_2.3-4
  • scales_0.3.0
  • statmod_1.4.21
  • stringi_0.5-5
  • stringr_1.0.0
  • zoo_1.7-12