[Eventstudies-commits] r29 - in pkg: . tests
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Feb 24 15:33:27 CET 2012
Author: vimsaa
Date: 2012-02-24 15:33:27 +0100 (Fri, 24 Feb 2012)
New Revision: 29
Removed:
pkg/tests/eventstudy.R
Modified:
pkg/DESCRIPTION
pkg/tests/subbarao.R
pkg/tests/test_eventstudy.R
Log:
Some syntax modification in test_eventstudy.R and in subbarao.R. Modified Description also. Deleted a symlink to an old file in the tests directory.
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2012-02-24 14:12:16 UTC (rev 28)
+++ pkg/DESCRIPTION 2012-02-24 14:33:27 UTC (rev 29)
@@ -3,8 +3,8 @@
Title: Event study analysis
Version: 0.03
Date: 2011-06-20
-Author: Dr. Ajay Shah, Ashim Kapoor, Pushpak Sarathi Sarkar, Vimal Balasubramanium
-Maintainer: Ajay Shah <ajayshah at mayin.org>
+Author: Ajay Shah, Vimal Balasubramaniam
+Maintainer: Vimal Balasubramaniam <vimsaa at gmail.com>
Depends: R (>= 2.12.0), zoo, xts, boot
Description: Implementation of short and long term event study methodology
License: GPL-2
Deleted: pkg/tests/eventstudy.R
===================================================================
--- pkg/tests/eventstudy.R 2012-02-24 14:12:16 UTC (rev 28)
+++ pkg/tests/eventstudy.R 2012-02-24 14:33:27 UTC (rev 29)
@@ -1 +0,0 @@
-link ../R/eventstudy.R
\ No newline at end of file
Modified: pkg/tests/subbarao.R
===================================================================
--- pkg/tests/subbarao.R 2012-02-24 14:12:16 UTC (rev 28)
+++ pkg/tests/subbarao.R 2012-02-24 14:33:27 UTC (rev 29)
@@ -1,5 +1,6 @@
-source("eventstudy.R")
+library(eventstudies)
library(xts)
+
load("./data/inr.rda")
inr_returns<-diff(log(inr))[-1]
eventslist<-data.frame(unit=rep("inr",10),
Modified: pkg/tests/test_eventstudy.R
===================================================================
--- pkg/tests/test_eventstudy.R 2012-02-24 14:12:16 UTC (rev 28)
+++ pkg/tests/test_eventstudy.R 2012-02-24 14:33:27 UTC (rev 29)
@@ -1,4 +1,4 @@
-source("eventstudy.R")
+library(eventstudies)
# An example dataset, with 3 firms --
p <- structure(c(33.16, 34.0967, 35.3683, 34.46, 34.17, 35.89, 36.19,
More information about the Eventstudies-commits
mailing list