[Vars-commits] r59 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 11 12:52:28 CET 2009


Author: matthieu
Date: 2009-12-11 12:52:28 +0100 (Fri, 11 Dec 2009)
New Revision: 59

Modified:
   pkg/DESCRIPTION
   pkg/NAMESPACE
Log:
Export s3 methods for bread, sandwich, estfun, vcvov toMlm


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2009-12-11 11:52:26 UTC (rev 58)
+++ pkg/DESCRIPTION	2009-12-11 11:52:28 UTC (rev 59)
@@ -5,7 +5,7 @@
 Date: 2009-08-10
 Author: Bernhard Pfaff
 Maintainer: Bernhard Pfaff <bernhard at pfaffikus.de>
-Depends: R (>= 2.0.0), MASS, strucchange, urca (>= 1.1-6)
+Depends: R (>= 2.0.0), MASS, strucchange, urca (>= 1.1-6), lmtest (>= 0.9-26), sandwich (>= 2.2-4)
 LazyLoad: yes
 Description: Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error variance decomposition and impulse response functions of VAR models and estimation of SVAR/SVEC models.
 License: GPL (>= 2)

Modified: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE	2009-12-11 11:52:26 UTC (rev 58)
+++ pkg/NAMESPACE	2009-12-11 11:52:28 UTC (rev 59)
@@ -57,7 +57,20 @@
 
 S3method(summary, varest)
 S3method(summary, svarest)
-S3method(summary, svecest)
+S3method(summary, svecest)
+
+
+importFrom(lmtest, coeftest)
+importFrom(sandwich, bread)
+importFrom(sandwich, estfun)
+importFrom(sandwich, vcovHC)
+
+S3method(toMlm, varest)
+S3method(coeftest, varest)
+S3method(bread, varest)
+S3method(estfun, varest)
+S3method(vcovHC, varest)
+S3method(vcov, varest)
 
 importFrom(urca, ca.jo)
 importFrom(urca, cajorls)



More information about the Vars-commits mailing list