[Splm-commits] r225 - pkg
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Feb 29 19:03:26 CET 2020
Author: the_sculler
Date: 2020-02-29 19:03:25 +0100 (Sat, 29 Feb 2020)
New Revision: 225
Modified:
pkg/DESCRIPTION
pkg/NAMESPACE
Log:
Fixed dependencies of functions moved to spatialreg from spdep
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2020-02-24 17:54:10 UTC (rev 224)
+++ pkg/DESCRIPTION 2020-02-29 18:03:25 UTC (rev 225)
@@ -1,7 +1,7 @@
Package: splm
Title: Econometric Models for Spatial Panel Data
-Version: 1.5-0
-Date: 2019-10-02
+Version: 1.5-1
+Date: 2020-02-29
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, cre],
@@ -9,6 +9,6 @@
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.12.0), spdep
-Imports: plm, maxLik, MASS, bdsmatrix, ibdreg, nlme, Matrix, spam, methods
+Imports: plm, maxLik, MASS, bdsmatrix, ibdreg, nlme, Matrix, spam, methods, spatialreg
License: GPL-2
LazyLoad: yes
Modified: pkg/NAMESPACE
===================================================================
--- pkg/NAMESPACE 2020-02-24 17:54:10 UTC (rev 224)
+++ pkg/NAMESPACE 2020-02-29 18:03:25 UTC (rev 225)
@@ -12,6 +12,7 @@
importFrom(plm, pdim)
importFrom(nlme, fdHess, lme)
import(spdep)
+importFrom(spatialreg, do_ldet, eigen_setup, trW, impacts.gmsar)
importFrom(ibdreg, pchibar)
import(Matrix)
importFrom(spam, as.spam, diag.spam, solve.spam, t.spam, determinant.spam)
More information about the Splm-commits
mailing list