[rkward-cvs] SF.net SVN: rkward: [1367] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Fri Feb 9 10:45:17 UTC 2007
Revision: 1367
http://svn.sourceforge.net/rkward/?rev=1367&view=rev
Author: tfry
Date: 2007-02-09 02:45:17 -0800 (Fri, 09 Feb 2007)
Log Message:
-----------
Cleanups
Modified Paths:
--------------
trunk/rkward/ChangeLog
trunk/rkward/configure.in.in
Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog 2007-02-09 10:44:54 UTC (rev 1366)
+++ trunk/rkward/ChangeLog 2007-02-09 10:45:17 UTC (rev 1367)
@@ -1,3 +1,4 @@
+--- Version 0.4.6 - Feb-15-2007
- single line input fields in plugins no longer accept new-lines
- support for calculating p-values in correlation matrix plugin
- fixed: pressing F8 in the console would remove input focus from the console
@@ -14,22 +15,17 @@
logistics, lognormal, negative binomail, tukey, uniform, weibull, wilcoxon
- fixed: installing packages as root would not work, when $R_HOME is not defined
- new plugin element to select name of an R object to save to
-- new plugin: Ansari-Bradley two-sample test TODO: document, make it stable
+- new plugin: Ansari-Bradley two-sample test
- place internal objects .rk.rkreply and .rk.available.packages.cache into rkward package environment
- support for preview functionality in graphing plugins
- new plugin: barplot
- new plugin: export contents of an X11 device to several different file formats
- plugins can now be context sensitive (e.g. work on a particular x11 device)
-- new plugin: Wilcoxon Rank Sum test and Wilcoxon Exact Rank Sum test TODO: document, make it stable
+- new plugin: Wilcoxon Rank Sum test and Wilcoxon Exact Rank Sum test
- new plugin: scatterplot matrix
- new plugin: correlation matrix plot
- safer destruction of R backend on quitting
-- fix compilation for the upcoming R 2.5.0 TODO: check again
- TODO: update debian dependencies:
- - the old depends + :
- - if compiled with R < 2.4.0: dependes r-base-core < 2.4.0
- - if compiled with R 2.4.0 or greater: dependes r-base-core >= 2.4.0
- - if compiled with R 2.5.0 or greater: dependes r-base-core >= 2.5.0 (or pre-versions!)
+- fix compilation for the upcoming R 2.5.0 TODO: check again
- show full error message for syntax errors (only if compiled with R 2.4.0 or newer)
- more correct auto-printing of values for user commands (only if compiled with R 2.4.0 or newer)
- more correct handling of user commands consisting of several statements (only if compiled with R 2.4.0 or newer)
Modified: trunk/rkward/configure.in.in
===================================================================
--- trunk/rkward/configure.in.in 2007-02-09 10:44:54 UTC (rev 1366)
+++ trunk/rkward/configure.in.in 2007-02-09 10:45:17 UTC (rev 1367)
@@ -1,6 +1,6 @@
#MIN_CONFIG(3)
-AM_INIT_AUTOMAKE(rkward,0.4.6pre1)
+AM_INIT_AUTOMAKE(rkward,0.4.6pre2)
dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__
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