[Splm-commits] r186 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jul 16 14:14:08 CEST 2014
Author: the_sculler
Date: 2014-07-16 14:14:07 +0200 (Wed, 16 Jul 2014)
New Revision: 186
Modified:
pkg/ChangeLog
pkg/DESCRIPTION
Log:
Implemented Authors at R -style author info
Modified: pkg/ChangeLog
===================================================================
--- pkg/ChangeLog 2014-07-16 08:06:37 UTC (rev 185)
+++ pkg/ChangeLog 2014-07-16 12:14:07 UTC (rev 186)
@@ -1,3 +1,9 @@
+Changes in Version 1.3.3
+ o Implemented new personal information with Authors at R, according to Hornik et al., R Journal 2012(1).
+
+Changes in Version 1.3.2
+ o Reduced dependencies through selective imports, cleaned up the code from 'require' calls. Now depends only on 'spdep', imports (or importsFrom) plm, maxLik, MASS, bdsmatrix, ibdreg, nlme, Matrix, spam.
+
Changes in Version 1.3.00
o All changes documented in: Piras, G. “Impact estimates for static panel data models in R”. url: http://rri.wvu.edu/wp-content/uploads/2012/11/Piras_ImpactEstimatesForStaticSpatial2013-05.pdf fixed thanks to the email from Viton
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2014-07-16 08:06:37 UTC (rev 185)
+++ pkg/DESCRIPTION 2014-07-16 12:14:07 UTC (rev 186)
@@ -1,9 +1,9 @@
Package: splm
Title: Econometric Models for Spatial Panel Data
-Version: 1.3-1
-Date: 2014-7-15
-Author: Giovanni Millo <giovanni.millo at generali.com>, Gianfranco Piras <gpiras at mac.com>
-Maintainer: Giovanni Millo <giovanni.millo at generali.com>
+Version: 1.3-3
+Date: 2014-7-16
+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"))
Description: ML and GM estimation and diagnostic testing of econometric models for spatial panel data.
Depends: R (>= 3.0.1), spdep
Imports: plm, maxLik, MASS, bdsmatrix, ibdreg, nlme, Matrix, spam
More information about the Splm-commits
mailing list