Bug 380539 - More terminal like console
Summary: More terminal like console
Status: RESOLVED FIXED
Alias: None
Product: rkward
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR wishlist
Target Milestone: ---
Assignee: RKWard Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-03 12:03 UTC by Thomas Friedrichsmeier
Modified: 2005-04-15 17:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Friedrichsmeier 2004-09-03 12:03:39 UTC
-- This ticket was imported from http://sourceforge.net/p/rkward/feature-requests/5 on 2017-05-31 14:48:55 +0100 --
R CONSOLE  

Question: with the new command editor, what sould be  
the R Console windos? Many people/scientist use R in  
console and find usefull coding inside a terminal window.  
S-Plus erroneous was wrong about it in the past and we  
need to avoid this way: a user-friendly interface is a  
"flexible" interface that could be easy but not stupid, that  
suggest a simple way to do things but offer "other" ways  
for geeks.  

IMHO, the R Console sould be a classical terminal  
window with R command line. A user will code inside this  
terminal with our loaded workspace and without any  
"Run" or "Reset" buttons. This capability port us to some  
problems: when a user run commands, we need a  
sub-layer that control what happen \(eg. removing an  
object in the workspace with "rm\(my.data\)" sould update  
the "Workspace" window \(ex-Objects Browser\)  
and close the data.frame window in Main\). This kind of  
control is a must.  

An expert-user without classical R console could open  
rkward and an external xterm+R console to work on the  
same workspace. RKWard need to lock activities  
on the workspace area and address the use of rkward::R  
console instead.  

Schema:  
rkward -> load workspace and lock activities on it  
rkward-RConsole -> any code will be passed to a control  
layer.  

\(originally submitted by danielemedri\) -- Labels: Console --
Comment 1 Thomas Friedrichsmeier 2005-04-15 17:18:27 UTC
Logged In: YES 
user\_id=300591

I think current CVS state is close enough to a "real" 
console to close this request. 
For remaining issues with the console, please open 
new specific requests. 
Comment 2 Thomas Friedrichsmeier 2005-04-15 17:18:27 UTC
- **status**: open --> closed