[Archetypes-commits] r61 - in pkg: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 21 19:01:14 CEST 2012


Author: manuel
Date: 2012-06-21 19:01:14 +0200 (Thu, 21 Jun 2012)
New Revision: 61

Modified:
   pkg/NEWS
   pkg/R/archetypes-movie.R
Log:
Fixed moviplot2 bug.

Modified: pkg/NEWS
===================================================================
--- pkg/NEWS	2012-06-13 10:38:44 UTC (rev 60)
+++ pkg/NEWS	2012-06-21 17:01:14 UTC (rev 61)
@@ -1,4 +1,9 @@
 
+Changes in archetypes version 2.1-1
+
+  o Fixed bug in movieplot2.
+
+
 Changes in archetypes version 2.1-0
 
   o Roxygen2-ified; added the Build-dep field to the DESCRIPTION

Modified: pkg/R/archetypes-movie.R
===================================================================
--- pkg/R/archetypes-movie.R	2012-06-13 10:38:44 UTC (rev 60)
+++ pkg/R/archetypes-movie.R	2012-06-21 17:01:14 UTC (rev 61)
@@ -72,7 +72,7 @@
 
   # Initial archetypes:
   a <- zs$history$get(0)[[1]]
-  plot(a, data, ...)
+  xyplot(a, data, ...)
   Sys.sleep(bsleep)
 
   # Alternating loop:
@@ -91,7 +91,7 @@
     Sys.sleep(bsleep)
   }
 
-  plot(a, data, ...)
+  xyplot(a, data, ...)
 }
 
 



More information about the Archetypes-commits mailing list