R AnalyticFlow 2.1.0 Release Note

Nov 29, 2013


Table of Contents

About This Version
New features
Bug fixes

About This Version

R AnalyticFlow version 2.1.0 now works with the latest R (3.0.2), and includes new features / bug fixes. A major part of them are listed below:

New features

Hierarchical display of R objects

The display of R objects can be arranged by object type. To enable this option right-click on R object viewer and select "Display > Hierarchical" from context menu.

Status bar in code editor

It displays cursor position, line wrap on/off and insert/overtype mode. You can also toggle the line wrap on/off or insert/overtype mode by clicking.

"Paste As" context menu

First copy some element(s). In this example column names of a data frame are selected.

On code editor right-click and select "Paste As..." from context menu.

Then select options and click on "OK". In this example the elements have been joined with "+" sign, which helps to write a formula easily.

Changeable font size

You can change font size. The default font size of R scripts is 12pt, displayed as below:

To change the font size click on "Preferences > Configuration..." from the menu and select "Appearance" tab.

Changing "Code" font size from 12 to 16, you can see R scripts as follows:

Other features/changes

  • Encoding can be selected when importing R scripts

  • Hidden (dot) files can be hidden in file viewer

Bug fixes

  • Start failure problem with Linux via Windows remote desktop has been fixed.