[Highfrequency-commits] r132 - in pkg/highfrequency: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 1 15:16:10 CEST 2015


Author: payseur
Date: 2015-06-01 15:16:10 +0200 (Mon, 01 Jun 2015)
New Revision: 132

Modified:
   pkg/highfrequency/DESCRIPTION
   pkg/highfrequency/R/realized.R
Log:
Updated misspelling and commented out harmodel legend to see if it fixes the problem on rforge.

Modified: pkg/highfrequency/DESCRIPTION
===================================================================
--- pkg/highfrequency/DESCRIPTION	2015-06-01 04:06:51 UTC (rev 131)
+++ pkg/highfrequency/DESCRIPTION	2015-06-01 13:16:10 UTC (rev 132)
@@ -2,7 +2,7 @@
 Version: 0.41
 Date: 2015-05-31
 Title: Tools for Highfrequency Data Analysis 
-Author at R: c(person("Kris", "Boudt", role = c("aut", "cre"),
+Authors at R: c(person("Kris", "Boudt", role = c("aut", "cre"),
   	     email = "Kris.Boudt at econ.kuleuven.be"),
 	      person("Jonathan", "Cornelissen", role = "aut"),
         person("Scott", "Payseur", role = "aut", email = "scott at statblocks.com"),

Modified: pkg/highfrequency/R/realized.R
===================================================================
--- pkg/highfrequency/R/realized.R	2015-06-01 04:06:51 UTC (rev 131)
+++ pkg/highfrequency/R/realized.R	2015-06-01 13:16:10 UTC (rev 132)
@@ -2026,7 +2026,7 @@
     #  axis(2);
     lines(observed,col="red",lwd=2);
     lines(fitted,col="blue",lwd=2);
-    legend("topleft", c("Observed RV","Forecasted RV"),  col=c("red","blue"),lty=1, lwd=2, bty="n"); 
+   # legend("topleft", c("Observed RV","Forecasted RV"),  col=c("red","blue"),lty=1, lwd=2, bty="n"); 
 }
 
 ##################################################################################################



More information about the Highfrequency-commits mailing list