[Rsiena-commits] r39 - in pkg/RSiena: . tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 12 19:56:13 CET 2010


Author: ripleyrm
Date: 2010-01-12 19:56:12 +0100 (Tue, 12 Jan 2010)
New Revision: 39

Modified:
   pkg/RSiena/changeLog
   pkg/RSiena/tests/parallel.R
Log:
Mixed up RSienaTest and RSiena in the tests. Still there in the output.

Modified: pkg/RSiena/changeLog
===================================================================
--- pkg/RSiena/changeLog	2010-01-12 18:28:21 UTC (rev 38)
+++ pkg/RSiena/changeLog	2010-01-12 18:56:12 UTC (rev 39)
@@ -1,4 +1,4 @@
-2010-01-12 R-forge revision 35
+2010-01-12 R-forge revision 38
 
 	* man/RSiena-package.Rd, man/siena07.Rd, man/sienaFit.Rd,
 	man/simstats0c.Rd: reduce time for examples

Modified: pkg/RSiena/tests/parallel.R
===================================================================
--- pkg/RSiena/tests/parallel.R	2010-01-12 18:28:21 UTC (rev 38)
+++ pkg/RSiena/tests/parallel.R	2010-01-12 18:56:12 UTC (rev 39)
@@ -1,5 +1,5 @@
-library(RSienaTest)
-print(packageDescription("RSienaTest",fields="Repository/R-Forge/Revision"))
+library(RSiena)
+print(packageDescription("RSiena",fields="Repository/R-Forge/Revision"))
 
 ##test3
 mynet1 <- sienaNet(array(c(tmp3, tmp4),dim=c(32, 32, 2)))



More information about the Rsiena-commits mailing list