[rkward-cvs] SF.net SVN: rkward: [1462] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Fri Feb 23 20:13:32 UTC 2007
Revision: 1462
http://svn.sourceforge.net/rkward/?rev=1462&view=rev
Author: tfry
Date: 2007-02-23 12:13:32 -0800 (Fri, 23 Feb 2007)
Log Message:
-----------
ChangeLog, TODO
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/TODO
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2007-02-23 17:39:40 UTC (rev 1461)
+++ trunk/rkward/ChangeLog 2007-02-23 20:13:32 UTC (rev 1462)
@@ -1,5 +1,7 @@
+- support R's mechanism for checking the C stack limits (only with R 2.3.x or greater, and not on all platforms)
- support of all tests from moments package
- new help related page "Trouble Shooting"
+- fixed: depending on some buffer sizes, plugins could get stuck while generating code
- fixed: plugin browser type="dir" would not work correctly
- import SPSS and import CSV plugins gain option to open object for editing, automatically (checked by default)
- warn when opening very large objects (with more than 250000 fields; this limit is configurable)
Modified: trunk/rkward/TODO
===================================================================
--- trunk/rkward/TODO 2007-02-23 17:39:40 UTC (rev 1461)
+++ trunk/rkward/TODO 2007-02-23 20:13:32 UTC (rev 1462)
@@ -24,7 +24,7 @@
- no idea, why this happens
- converting objects to a different type is broken (works in the editor, but the type remains unchanged in the backend)
- maybe we could do the change in the backend, and then sync
- - function rk.change.vector.mode() to change the mode, keeping attributed, and adding invalid values where needed
+ - function rk.change.vector.mode() to change the mode, keeping attributes, and adding invalid values where needed
- sync using updateFromR(), updateDataFromR()
- this would be done from TwinTableMetaMember::setText()
- we should find a way to disable the var (set it to gray color group, do not allow editing) during this operation
@@ -111,6 +111,7 @@
- option to change working directory (https://sourceforge.net/mailarchive/forum.php?thread_id=31671703&forum_id=12970)
- find a good way to show current working dir info somewhere (title / statusbar)
- keep up to date (override setwd ()).
+ - also show this info in <browser>
Internal stuff:
- Handling locales:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list