[Rsiena-commits] r135 - in pkg: RSiena RSiena/R RSiena/man RSienaTest RSienaTest/R RSienaTest/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 5 23:00:49 CET 2011


Author: ripleyrm
Date: 2011-02-05 23:00:48 +0100 (Sat, 05 Feb 2011)
New Revision: 135

Modified:
   pkg/RSiena/DESCRIPTION
   pkg/RSiena/R/siena08.r
   pkg/RSiena/changeLog
   pkg/RSiena/man/RSiena-package.Rd
   pkg/RSienaTest/DESCRIPTION
   pkg/RSienaTest/R/siena08.r
   pkg/RSienaTest/changeLog
   pkg/RSienaTest/man/RSiena-package.Rd
Log:
Fix bug introduced when wrapping lines to 80 chars in siena08

Modified: pkg/RSiena/DESCRIPTION
===================================================================
--- pkg/RSiena/DESCRIPTION	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSiena/DESCRIPTION	2011-02-05 22:00:48 UTC (rev 135)
@@ -1,7 +1,7 @@
 Package: RSiena
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.0.12.134
+Version: 1.0.12.135
 Date: 2011-02-05
 Author: Various
 Depends: R (>= 2.9.0), xtable

Modified: pkg/RSiena/R/siena08.r
===================================================================
--- pkg/RSiena/R/siena08.r	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSiena/R/siena08.r	2011-02-05 22:00:48 UTC (rev 135)
@@ -578,8 +578,8 @@
            Report(c("Chi-squared = ", format(round(y$Qstat, 4), width=9),
 	            " (d.f. = ", y$n1-1, "), ", reportp(y$pttilde, 3),
 	            "\n"), sep="", outf)
-           Report("based on IWLS modification of Snijders & Baerveldt (2003).",
-                  "\n\n", sep="", outf)
+           Report(c("based on IWLS modification of Snijders & Baerveldt (2003).",
+                  "\n\n"), sep="", outf)
            Report("Fisher's combination of one-sided tests\n", outf)
            Report("----------------------------------------\n", outf)
            Report("Combination of right one-sided p-values:\n", outf)

Modified: pkg/RSiena/changeLog
===================================================================
--- pkg/RSiena/changeLog	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSiena/changeLog	2011-02-05 22:00:48 UTC (rev 135)
@@ -1,3 +1,7 @@
+2011-02-05 R-forge revision 135
+
+	* R/siena08.r: fix bug in summary method. Just layout, caused crash.
+
 2011-02-05 R-forge revision 134
 
 	* R/phase2.r, R/siena08.r, man/siena08.Rd, man/print.sienaMeta.Rd:

Modified: pkg/RSiena/man/RSiena-package.Rd
===================================================================
--- pkg/RSiena/man/RSiena-package.Rd	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSiena/man/RSiena-package.Rd	2011-02-05 22:00:48 UTC (rev 135)
@@ -30,7 +30,7 @@
 \tabular{ll}{
 Package: \tab RSiena\cr
 Type: \tab Package\cr
-Version: \tab 1.0.12.134\cr
+Version: \tab 1.0.12.135\cr
 Date: \tab 2011-02-05\cr
 License: \tab GPL-2 \cr
 LazyLoad: \tab yes\cr

Modified: pkg/RSienaTest/DESCRIPTION
===================================================================
--- pkg/RSienaTest/DESCRIPTION	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSienaTest/DESCRIPTION	2011-02-05 22:00:48 UTC (rev 135)
@@ -1,7 +1,7 @@
 Package: RSienaTest
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.0.12.134
+Version: 1.0.12.135
 Date: 2011-02-05
 Author: Various
 Depends: R (>= 2.9.0), xtable

Modified: pkg/RSienaTest/R/siena08.r
===================================================================
--- pkg/RSienaTest/R/siena08.r	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSienaTest/R/siena08.r	2011-02-05 22:00:48 UTC (rev 135)
@@ -578,8 +578,8 @@
            Report(c("Chi-squared = ", format(round(y$Qstat, 4), width=9),
 	            " (d.f. = ", y$n1-1, "), ", reportp(y$pttilde, 3),
 	            "\n"), sep="", outf)
-           Report("based on IWLS modification of Snijders & Baerveldt (2003).",
-                  "\n\n", sep="", outf)
+           Report(c("based on IWLS modification of Snijders & Baerveldt (2003).",
+                  "\n\n"), sep="", outf)
            Report("Fisher's combination of one-sided tests\n", outf)
            Report("----------------------------------------\n", outf)
            Report("Combination of right one-sided p-values:\n", outf)

Modified: pkg/RSienaTest/changeLog
===================================================================
--- pkg/RSienaTest/changeLog	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSienaTest/changeLog	2011-02-05 22:00:48 UTC (rev 135)
@@ -1,3 +1,7 @@
+2011-02-05 R-forge revision 135
+
+	* R/siena08.r: fix bug in summary method. Just layout, caused crash.
+
 2011-02-05 R-forge revision 134
 
 	* R/phase2.r, R/siena08.r, man/siena08.Rd, man/print.sienaMeta.Rd:

Modified: pkg/RSienaTest/man/RSiena-package.Rd
===================================================================
--- pkg/RSienaTest/man/RSiena-package.Rd	2011-02-05 18:59:22 UTC (rev 134)
+++ pkg/RSienaTest/man/RSiena-package.Rd	2011-02-05 22:00:48 UTC (rev 135)
@@ -30,7 +30,7 @@
 \tabular{ll}{
 Package: \tab RSiena\cr
 Type: \tab Package\cr
-Version: \tab 1.0.12.134\cr
+Version: \tab 1.0.12.135\cr
 Date: \tab 2011-02-05\cr
 License: \tab GPL-2 \cr
 LazyLoad: \tab yes\cr



More information about the Rsiena-commits mailing list