[rkward-cvs] SF.net SVN: rkward: [1393] branches/release_branch_0.4.6

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Feb 15 18:05:58 UTC 2007


Revision: 1393
          http://svn.sourceforge.net/rkward/?rev=1393&view=rev
Author:   tfry
Date:     2007-02-15 10:05:57 -0800 (Thu, 15 Feb 2007)

Log Message:
-----------
Merge 1391, 1392 from trunk

Modified Paths:
--------------
    branches/release_branch_0.4.6/ChangeLog
    branches/release_branch_0.4.6/TODO
    branches/release_branch_0.4.6/configure.in.in
    branches/release_branch_0.4.6/rkward/plugins/00means/00ttests/00independent_samples/description.xml

Modified: branches/release_branch_0.4.6/ChangeLog
===================================================================
--- branches/release_branch_0.4.6/ChangeLog	2007-02-15 17:55:30 UTC (rev 1392)
+++ branches/release_branch_0.4.6/ChangeLog	2007-02-15 18:05:57 UTC (rev 1393)
@@ -27,7 +27,7 @@
 - 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
+- fix compilation for the upcoming R 2.5.0
 - 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: branches/release_branch_0.4.6/TODO
===================================================================
--- branches/release_branch_0.4.6/TODO	2007-02-15 17:55:30 UTC (rev 1392)
+++ branches/release_branch_0.4.6/TODO	2007-02-15 18:05:57 UTC (rev 1393)
@@ -4,6 +4,7 @@
 
 Important:
 	- Around March 1st, write to R-devel to achieve having IS_UTF8 and IS_LATIN1 in public API (if not already available, then).
+		- Is Rf_translateChar() what we are looking for?
 
 Advertizing:
 	- start being a bit bolder about RKWard (descriptions, startup notification, etc.)
@@ -24,6 +25,7 @@
 		- 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
+	- Quitting via q() in the R console will often lead to a segfault during shutdown
 
 Compilation / technical
 	- Incorporate FreeBSD patches http://www.freshports.org/math/rkward/files.php?message_id=200609172111.k8HLBiob081349@repoman.freebsd.org

Modified: branches/release_branch_0.4.6/configure.in.in
===================================================================
--- branches/release_branch_0.4.6/configure.in.in	2007-02-15 17:55:30 UTC (rev 1392)
+++ branches/release_branch_0.4.6/configure.in.in	2007-02-15 18:05:57 UTC (rev 1393)
@@ -1,6 +1,6 @@
 #MIN_CONFIG(3)
 
-AM_INIT_AUTOMAKE(rkward,0.4.6pre2)
+AM_INIT_AUTOMAKE(rkward,0.4.6)
 
 dnl CXXFLAGS="$NOOPT_CXXFLAGS" dnl __kdevelop[noopt]__
 dnl CFLAGS="$NOOPT_CFLAGS" dnl __kdevelop[noopt]__

Modified: branches/release_branch_0.4.6/rkward/plugins/00means/00ttests/00independent_samples/description.xml
===================================================================
--- branches/release_branch_0.4.6/rkward/plugins/00means/00ttests/00independent_samples/description.xml	2007-02-15 17:55:30 UTC (rev 1392)
+++ branches/release_branch_0.4.6/rkward/plugins/00means/00ttests/00independent_samples/description.xml	2007-02-15 18:05:57 UTC (rev 1393)
@@ -50,7 +50,7 @@
 		</page>
 		<page>
 			<text>Below are some advanced options. It's generally safe not to assume the variables have equal variances. An appropriate correction will be applied then. Chosing "assume equal variances" may increase test-strength, however.</text>
-			<checkbox id="varequal" label="assume equal variances" value="TRUE" value_unchecked="FALSE"/>
+			<checkbox id="varequal" label="assume equal variances" value="1" value_unchecked="0"/>
 			<text>Sometimes it's helpful to get an estimate of the confidence interval of the difference in means. Below you can specify whether one should be shown, and which confidence-level should be applied (95% corresponds to a 5% level of significance).</text>
 			<frame label="Confidence Interval">
 				<checkbox id="confint" label="print confidence interval" value="1" checked="true"/>


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