Project

General

Profile

Actions

Bug #4879

open

RExpression replaces ) in string vectors with } when outputting to a port

Added by Oliver Soong about 14 years ago.

Status:
New
Priority:
Normal
Category:
actors
Target version:
Start date:
03/12/2010
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
4879

Description

In an RExpression, create the output port "out" and in the R script, use:

out <- c("(", ")")

Hooking this to a Display actor, I get {"(", "}"}. This is because RExpression.java line 1139 (I think) has:

temp = temp.replace(')', '}');

which replaces all occurrences of ), even within the string.

Actions #1

Updated by Redmine Admin about 11 years ago

Original Bugzilla ID was 4879

Actions

Also available in: Atom PDF