[Eventstudies-commits] r97 - pkg/inst/tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 22 11:39:42 CEST 2013


Author: vikram
Date: 2013-07-22 11:39:42 +0200 (Mon, 22 Jul 2013)
New Revision: 97

Modified:
   pkg/inst/tests/test_marketresiduals.R
Log:
Minor correction. Test cases are working fine.

Modified: pkg/inst/tests/test_marketresiduals.R
===================================================================
--- pkg/inst/tests/test_marketresiduals.R	2013-07-22 09:29:59 UTC (rev 96)
+++ pkg/inst/tests/test_marketresiduals.R	2013-07-22 09:39:42 UTC (rev 97)
@@ -3,7 +3,7 @@
 test_that("test.market.residuals", {
 library(eventstudies)
 
-load(system.file("data", "inr.rda", package = "eventstudies"))
+load(system.file("data", "mmData.rda", package = "eventstudies"))
 
 mm.formula <- paste("ranbaxyacp","~","nifty",sep="")
 mm.result <- marketResidual(mm.formula=mm.formula,data.object=mmData)



More information about the Eventstudies-commits mailing list