Project

General

Profile

Actions

Bug #3213

closed

R expression actor introduces leading/trailing whitespace

Added by ben leinfelder about 16 years ago. Updated about 16 years ago.

Status:
Resolved
Priority:
Normal
Category:
actors
Target version:
Start date:
04/08/2008
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
3213

Description

When a temporary file is used for caching length R commands, leading whitespace is being added. The list values: "OB", "BH", "CF" would become " OB", " BH", and " CF" when 'scan'ed back into the R environment.

Actions #1

Updated by ben leinfelder about 16 years ago

Added the "strip.white=TRUE" parameter to calls to the scan() method in the R code we generate when dealing with character strings. According to R documentation this is used when the "sep" parameter is included (which is the case with our comma-delimited lists).

Actions #2

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 3213

Actions

Also available in: Atom PDF