[Rsiena-commits] r121 - in pkg: RSiena RSiena/man RSienaTest RSienaTest/man RSienaTest/src/model/ml

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Oct 8 18:04:20 CEST 2010


Author: johankoskinen
Date: 2010-10-08 18:04:19 +0200 (Fri, 08 Oct 2010)
New Revision: 121

Modified:
   pkg/RSiena/DESCRIPTION
   pkg/RSiena/changeLog
   pkg/RSiena/man/RSiena-package.Rd
   pkg/RSienaTest/DESCRIPTION
   pkg/RSienaTest/changeLog
   pkg/RSienaTest/man/RSiena-package.Rd
   pkg/RSienaTest/src/model/ml/Chain.cpp
Log:
fixed ml in RSienaTest

Modified: pkg/RSiena/DESCRIPTION
===================================================================
--- pkg/RSiena/DESCRIPTION	2010-09-20 17:20:59 UTC (rev 120)
+++ pkg/RSiena/DESCRIPTION	2010-10-08 16:04:19 UTC (rev 121)
@@ -1,8 +1,8 @@
 Package: RSiena
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.0.11.120
-Date: 2010-09-20
+Version: 1.0.11.121
+Date: 2010-10-08
 Author: Various
 Depends: R (>= 2.9.0), xtable
 Imports: Matrix

Modified: pkg/RSiena/changeLog
===================================================================
--- pkg/RSiena/changeLog	2010-09-20 17:20:59 UTC (rev 120)
+++ pkg/RSiena/changeLog	2010-10-08 16:04:19 UTC (rev 121)
@@ -1,3 +1,7 @@
+2010-10-08 R-forge revision 121 RSienaTest only
+
+	* src/model/ml/chain.cpp: commented out a rogue "Rprintf" command
+
 2010-09-20 R-forge revision 120
 
 	* data/allEffects.csv: added alter average distance 2 effects for
@@ -11,7 +15,6 @@
 	* R/simstatsc.r (RSiena only): make sure types are available to
 	multiple processes.
 
-
 2010-08-21 R-forge revision 119
 
 	* R/sienaDataCreate.r: fix function comments so documentation

Modified: pkg/RSiena/man/RSiena-package.Rd
===================================================================
--- pkg/RSiena/man/RSiena-package.Rd	2010-09-20 17:20:59 UTC (rev 120)
+++ pkg/RSiena/man/RSiena-package.Rd	2010-10-08 16:04:19 UTC (rev 121)
@@ -30,8 +30,8 @@
 \tabular{ll}{
 Package: \tab RSiena\cr
 Type: \tab Package\cr
-Version: \tab 1.0.11.120\cr
-Date: \tab 2010-09-20\cr
+Version: \tab 1.0.11.121\cr
+Date: \tab 2010-10-08\cr
 License: \tab GPL-2 \cr
 LazyLoad: \tab yes\cr
 }

Modified: pkg/RSienaTest/DESCRIPTION
===================================================================
--- pkg/RSienaTest/DESCRIPTION	2010-09-20 17:20:59 UTC (rev 120)
+++ pkg/RSienaTest/DESCRIPTION	2010-10-08 16:04:19 UTC (rev 121)
@@ -1,8 +1,8 @@
 Package: RSienaTest
 Type: Package
 Title: Siena - Simulation Investigation for Empirical Network Analysis
-Version: 1.0.12.120
-Date: 2010-09-20
+Version: 1.0.12.121
+Date: 2010-10-08
 Author: Various
 Depends: R (>= 2.9.0), xtable
 Imports: Matrix

Modified: pkg/RSienaTest/changeLog
===================================================================
--- pkg/RSienaTest/changeLog	2010-09-20 17:20:59 UTC (rev 120)
+++ pkg/RSienaTest/changeLog	2010-10-08 16:04:19 UTC (rev 121)
@@ -1,3 +1,7 @@
+2010-10-08 R-forge revision 121 RSienaTest only
+
+	* src/model/ml/chain.cpp: commented out a rogue "Rprintf" command
+
 2010-09-20 R-forge revision 120
 
 	* data/allEffects.csv: added alter average distance 2 effects for
@@ -11,7 +15,6 @@
 	* R/simstatsc.r (RSiena only): make sure types are available to
 	multiple processes.
 
-
 2010-08-21 R-forge revision 119
 
 	* R/sienaDataCreate.r: fix function comments so documentation

Modified: pkg/RSienaTest/man/RSiena-package.Rd
===================================================================
--- pkg/RSienaTest/man/RSiena-package.Rd	2010-09-20 17:20:59 UTC (rev 120)
+++ pkg/RSienaTest/man/RSiena-package.Rd	2010-10-08 16:04:19 UTC (rev 121)
@@ -30,8 +30,8 @@
 \tabular{ll}{
 Package: \tab RSiena\cr
 Type: \tab Package\cr
-Version: \tab 1.0.12.120\cr
-Date: \tab 2010-09-20\cr
+Version: \tab 1.0.12.121\cr
+Date: \tab 2010-10-08\cr
 License: \tab GPL-2 \cr
 LazyLoad: \tab yes\cr
 }

Modified: pkg/RSienaTest/src/model/ml/Chain.cpp
===================================================================
--- pkg/RSienaTest/src/model/ml/Chain.cpp	2010-09-20 17:20:59 UTC (rev 120)
+++ pkg/RSienaTest/src/model/ml/Chain.cpp	2010-10-08 16:04:19 UTC (rev 121)
@@ -202,7 +202,7 @@
 	double rr = pNewMiniStep->reciprocalRate();
 	this->lmu += rr;
 	this->lsigma2 += rr * rr;
-	Rprintf("insert step %f %f %f\n", rr, this->lmu, this->lsigma2);
+	// Rprintf("insert step %f %f %f\n", rr, this->lmu, this->lsigma2);
 }
 
 



More information about the Rsiena-commits mailing list