[rkward-cvs] rkward TODO,1.114,1.115

Thomas Friedrichsmeier tfry at users.sourceforge.net
Sun Apr 16 19:28:01 UTC 2006


Update of /cvsroot/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2562

Modified Files:
	TODO 
Log Message:
Add some preliminary plans for the next release

Index: TODO
===================================================================
RCS file: /cvsroot/rkward/rkward/TODO,v
retrieving revision 1.114
retrieving revision 1.115
diff -C2 -d -r1.114 -r1.115
*** TODO	16 Apr 2006 13:50:20 -0000	1.114
--- TODO	16 Apr 2006 19:27:59 -0000	1.115
***************
*** 6,9 ****
--- 6,34 ----
  	- start being a bit bolder about RKWard (descriptions, startup notification, etc.)
  
+ Some items I'd like to get done for 0.3.6 or whatever the next release is going to be called, if they don't take too long:
+ - RKEditorDataFrame
+ 	- undo/redo
+ 	- deletion of multiple rows/columns in one step
+ - Rework package management dialog
+ 	- use install.packages () to handle dependencies
+ 	- manage R library locations, install to location with user write access
+ 	- the UI should probably be simplified somehow. But how? All in a single list with "filter"? Ask for ideas/look at other apps
+ - Create an editor for single vectors/factors, or rework RKEditorDataFrame to handle those as well
+ - RObjectListView
+ 	- use icons to mark up the different base types
+ 	- limit width
+ - David's usability items
+ Optional stuff, that could possibly be attacked for 0.3.6:
+ - RExpressionObject as an abstraction for R-Expressions (i.e. manually edited expressions).
+ 	- It will be possible to "store" these in the RObjectList and select them just like any other object
+ 	- RKVarslot will allow editing the selected value by hand (or just typing the name in)
+ 		- How to do this nicely UI wise?
+ - RFunctionObject for user defined functions. Maybe later it will be possible to use for functions from packages as well
+ 	- would be nice, if it also had some knowledge about function arguments
+ 	- ideally it would also know about the type of the return value, but this may not be realistic
+ Timeframe for 0.3.6 release:
+ - It would be good, if we're at a releasable state within one month from now (i.e. mid May).
+ 	- if reasonably possible, I think we should release then, even if some of the desired features are still missing
+ 
  Little annoying stuff:
  - hide tabs in console





More information about the rkward-tracker mailing list