[Splm-commits] r197 - pkg

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 13 23:06:27 CEST 2015


Author: the_sculler
Date: 2015-05-13 23:06:26 +0200 (Wed, 13 May 2015)
New Revision: 197

Modified:
   pkg/DESCRIPTION
   pkg/NAMESPACE
Log:
Fixed bad DESCRIPTION and missing S3 meth in NAMESPACE


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2015-05-12 20:21:44 UTC (rev 196)
+++ pkg/DESCRIPTION	2015-05-13 21:06:26 UTC (rev 197)
@@ -1,10 +1,10 @@
 Package: splm
 Title: Econometric Models for Spatial Panel Data
 Version: 1.3-9
-Date: 2015-04-01
+Date: 2015-05-14
 Authors at R: c(person(given = "Giovanni", family = "Millo", role = c("aut", "cre"), email = "giovanni.millo at generali.com"),
              person(given = "Gianfranco", family = "Piras", role = c("aut"), email = "gpiras at mac.com"))
-Author: Giovanni Millo [aut],
+Author: Giovanni Millo [aut, cre],
 	Gianfranco Piras [aut]
 Maintainer: Giovanni Millo <giovanni.millo at generali.com>
 Description: ML and GM estimation and diagnostic testing of econometric models for spatial panel data.

Modified: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE	2015-05-12 20:21:44 UTC (rev 196)
+++ pkg/NAMESPACE	2015-05-13 21:06:26 UTC (rev 197)
@@ -27,6 +27,7 @@
 S3method(print, effects.splm)
 S3method(bsktest, formula)
 S3method(bsjktest, formula)
+S3method(summary, splm)
 S3method(sphtest, formula)
 S3method(sphtest, splm)
 S3method(impacts, splm)



More information about the Splm-commits mailing list