R AnalyticFlow 3.2.1 Release Note

Ef-prime, Inc.

December 18, 2021


English / Japanese

About Version 3.2.1

Version 3.2.1 contains minor fixes including the failure of launching custom operations.

The remainder of this document describes the changes in version 3.2.0. Please also read the following if you have used an older version.

Details are shown below. You can refer to this document by Help > About R AnalyticFlow at any time.

About Version 3.2.0

New Features

Learning Algorithms

New algorithms are added in the Model > Build Predictive Model operation:

Graphics

Chart > Quick Plot operation offers graphics drawing powered by ggplot2 package.

R Package Support

Some features are added to help using R packages smoothly.

R packages manager is now available. You can attach, detach, install or uninstall packages on this tab.

Warnings are shown on any node or operation when required packages are missing.

If you try to run these operations, you will be asked to install missing packages automatically.

Missing packages are also detected from R scripts written by users.

Improvements

Fixes