[Eventstudies-commits] r43 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 12 14:55:48 CET 2013


Author: chiraganand
Date: 2013-02-12 14:55:47 +0100 (Tue, 12 Feb 2013)
New Revision: 43

Modified:
   pkg/man/sp500.Rd
Log:
Fixed the alias of the dataset, keeping CMD check happy.

Modified: pkg/man/sp500.Rd
===================================================================
--- pkg/man/sp500.Rd	2013-02-12 13:19:00 UTC (rev 42)
+++ pkg/man/sp500.Rd	2013-02-12 13:55:47 UTC (rev 43)
@@ -2,7 +2,7 @@
 
 \docType{data}
 
-\alias{Identify extreme events data}
+\alias{sp500}
 
 \title{Times series data}
 
@@ -10,8 +10,11 @@
   It is time series data for S&P 500 from 2000-02-10 to 2011-07-29. 
 }
 
-\usage{sp500}
+\usage{data(sp500)}
 
 \format{An object with class attributes \code{xts} and \code{zoo} containing a variable with 2036 observations.}
 
+\examples{
+    data(sp500)
+}
 \keyword{datasets}



More information about the Eventstudies-commits mailing list