Bug 380666

Summary: bogus R errors in "Save as table" plugin
Product: [Applications] rkward Reporter: Thomas Friedrichsmeier <thomas.friedrichsmeier>
Component: generalAssignee: RKWard Team <rkward-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:

Description Thomas Friedrichsmeier 2006-05-10 16:16:07 UTC
-- This ticket was imported from http://sourceforge.net/p/rkward/bugs/9 on 2017-05-30 15:26:33 +0100 --
Produces two "errors" "incomplete statement", but
actually works. Probably due to empty commands. Likely
solution: Strip leading/trailing whitespace from
commands in rthread.cpp, then check if the command is
empty. Do not attempt evaluation if empty.
Comment 1 Thomas Friedrichsmeier 2006-09-13 12:14:14 UTC
Logged In: YES 
user\_id=300591

Fixed in CVS. Stripping whitespace is only done for plugin 
generated commands, all others go unfiltered.
Comment 2 Thomas Friedrichsmeier 2006-09-13 12:14:14 UTC
- **assigned_to**: nobody --> tfry
- **status**: open --> open-fixed
Comment 3 Thomas Friedrichsmeier 2006-09-13 12:14:33 UTC
- **status**: open-fixed --> closed-fixed