Calculating…

PAF Version 2.2.2.4 Release Notes

PAF Version 2.2.2.4 Release Notes

The Predictive Analytics Framework v 2.2.2.4 includes thousands of additional R libraries not in our 2.1.2 release. Features include:

  • A complete Linux build environment
  • Our increased security features
  • OptimR Module for R version 3.4.3 (Kite Eating Tree)
  • 11469+ CRAN Packages
  • Open Source (free) RStudio Shiny Server 1.156.875
  • RStudio Desktop version 1.1.383
  • RStudio Server (free) version 1.1.382 on port 8787
    (user ubuntu has a default password the AWS instanceID)
  • Microsoft JDBC Driver 6.0 for SQL Server in the directory /usr/local/drivers/
  • Python Solving Environment including Anaconda

OptimR Module for R version 3.4.3 (Kite Eating Tree)

see typical performance metrics.

PAF version 2.2.2.4 includes the latest release of R (3.4.3) optimized and compiled with open source Message Passing Interface (Open MPI 3) support. Our code examples run twice as fast as the same code running under conventionally compiled R on only a single core. The performance is likely even better in multi-core environments. This could have a considerable impact on your calculation, but, like any computing, it depends on exactly what you are doing.

As with any interpreted language invoked under Linux the way to use the compiled R we provide is through use of the shebang syntax.
To use Ubuntu default R Usage:

#!/usrl/bin/R

To use PAF optimized R Usage:

#!/usr/local/bin/Rscript

Note: the version of R we have added to the operating system is under /usr/local/.