[Splm-commits] r94 - in pkg: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 5 23:10:48 CEST 2011


Author: the_sculler
Date: 2011-04-05 23:10:47 +0200 (Tue, 05 Apr 2011)
New Revision: 94

Modified:
   pkg/ChangeLog
   pkg/DESCRIPTION
   pkg/NAMESPACE
   pkg/R/REmod.R
   pkg/R/sarREmod.R
   pkg/R/sarsrREmod.R
   pkg/R/sarsrmod.R
   pkg/R/ssrREmod.R
   pkg/R/ssrmod.R
Log:
Dependency changed from kinship to bdsmatrix; removed require(kinship) from all functions


Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/ChangeLog	2011-04-05 21:10:47 UTC (rev 94)
@@ -1,3 +1,6 @@
+Changes in Version 0.2-04
+  o dependency changed from kinship to bdsmatrix; removed require(kinship) from all functions
+
 Changes in Version 0.2-02
   o spfeml: Added methods for Jacobian
 
@@ -10,4 +13,4 @@
   o Added spseml
   o spsegm: improved substantially and now reads a list of formulas. 
  
-  
\ No newline at end of file
+  

Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/DESCRIPTION	2011-04-05 21:10:47 UTC (rev 94)
@@ -1,10 +1,10 @@
 Package: splm
 Title: Econometric Models for Spatial Panel Data
-Version: 0.2-03
+Version: 0.2-04
 Date: 2010-09-22
 Author: Giovanni Millo <giovanni.millo at generali.com>, Gianfranco Piras <gpiras at mac.com>
 Maintainer: Giovanni Millo <giovanni.millo at generali.com>
 Description: ML and GM estimation and diagnostic testing of econometric models for spatial panel data.
-Depends: R (>= 2.11.1), MASS, nlme, spdep, plm, Matrix, kinship, spam
+Depends: R (>= 2.11.1), MASS, nlme, spdep, plm, Matrix, bdsmatrix, spam
 License: GPL-2
 LazyLoad: yes

Modified: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/NAMESPACE	2011-04-05 21:10:47 UTC (rev 94)
@@ -2,7 +2,7 @@
 import(nlme)
 import(spdep)
 import(Matrix)
-importFrom(kinship,bdsmatrix)
+importFrom(bdsmatrix,bdsmatrix)
 importFrom(MASS,ginv)
 
 export(bsjktest, bsktest, 

Modified: pkg/R/REmod.R
===================================================================
--- pkg/R/REmod.R	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/R/REmod.R	2011-04-05 21:10:47 UTC (rev 94)
@@ -29,7 +29,7 @@
     ## - make list of results
 
     ## change this to 'bdsmatrix'
-    require(kinship)
+    #require(kinship)
 
     ## set names for final parms vectors
     nam.beta <- dimnames(X)[[2]]

Modified: pkg/R/sarREmod.R
===================================================================
--- pkg/R/sarREmod.R	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/R/sarREmod.R	2011-04-05 21:10:47 UTC (rev 94)
@@ -18,7 +18,7 @@
     ## - make list of results
 
     ## change this to 'bdsmatrix'
-    require(kinship)
+    #require(kinship)
 
     # mark
     #print("uso versione 1") # fixed vcov.arcoef, was missing

Modified: pkg/R/sarsrREmod.R
===================================================================
--- pkg/R/sarsrREmod.R	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/R/sarsrREmod.R	2011-04-05 21:10:47 UTC (rev 94)
@@ -18,7 +18,7 @@
     ## - make list of results
 
     ## change this to 'bdsmatrix'
-    require(kinship)
+    #require(kinship)
 
     # mark
     #print("uso versione 1") # output fixed w. AR covariance

Modified: pkg/R/sarsrmod.R
===================================================================
--- pkg/R/sarsrmod.R	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/R/sarsrmod.R	2011-04-05 21:10:47 UTC (rev 94)
@@ -18,7 +18,7 @@
     ## - make list of results
 
     ## change this to 'bdsmatrix'
-    require(kinship)
+    #require(kinship)
 
     # mark
     #print("uso versione 1") # fixed vcov.arcoef, was missing

Modified: pkg/R/ssrREmod.R
===================================================================
--- pkg/R/ssrREmod.R	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/R/ssrREmod.R	2011-04-05 21:10:47 UTC (rev 94)
@@ -18,7 +18,7 @@
     ## - make list of results
 
     ## change this to 'bdsmatrix'
-    require(kinship)
+    #require(kinship)
 
     ## set names for final parms vectors
     nam.beta <- dimnames(X)[[2]]

Modified: pkg/R/ssrmod.R
===================================================================
--- pkg/R/ssrmod.R	2010-12-17 17:49:08 UTC (rev 93)
+++ pkg/R/ssrmod.R	2011-04-05 21:10:47 UTC (rev 94)
@@ -18,7 +18,7 @@
     ## - make list of results
 
     ## change this to 'bdsmatrix'
-    require(kinship)
+    #require(kinship)
 
     ## set names for final parms vectors
     nam.beta <- dimnames(X)[[2]]



More information about the Splm-commits mailing list