diff --git a/DESCRIPTION b/DESCRIPTION index 8ccbf79..3cb725b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: spatialreg Version: 1.3-6 -Date: 2024-11-19 +Date: 2024-12-02 Title: Spatial Regression Analysis Encoding: UTF-8 Authors@R: c(person("Roger", "Bivand", role = c("cre", "aut"), email = "Roger.Bivand@nhh.no", comment=c(ORCID="0000-0003-2392-6140")), diff --git a/NEWS.md b/NEWS.md index fd189e9..d7047a4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ # Version 1.3-6 (development) +* Remove remaining `spData` ESRI shapefile use + * #56 add Anselin-Kelejian (1997) test to `stsls`, reported in its summary method, analogous to the reporting in the summary method of `lagsarlm` of the Lagrange multiplier test, both for residual spatial autocorrelation + * adding missing man page anchors # Version 1.3-5 (2024-08-19) diff --git a/docs/articles/nb_igraph.html b/docs/articles/nb_igraph.html index a6d43e0..0bf8f88 100644 --- a/docs/articles/nb_igraph.html +++ b/docs/articles/nb_igraph.html @@ -134,7 +134,7 @@
## Loading required package: spData
## Loading required package: Matrix
## Loading required package: sf
-## Linking to GEOS 3.13.0, GDAL 3.10.0, PROJ 9.5.0; sf_use_s2() is TRUE
+## Linking to GEOS 3.13.0, GDAL 3.10.0, PROJ 9.5.1; sf_use_s2() is TRUE
## GEOS GDAL proj.4 GDAL_with_GEOS USE_PROJ_H
-## "3.13.0" "3.10.0" "9.5.0" "true" "true"
+## "3.13.0" "3.10.0" "9.5.1" "true" "true"
## PROJ
-## "9.5.0"
+## "9.5.1"
library(sf)
columbus <- st_read(system.file("shapes/columbus.gpkg", package="spData")[1])
We will be using the spdep and
spatialreg packages, here version: spdep, version
-1.3-7.1, 2024-10-13, the sf package and the
+1.3-8, 2024-11-25, the sf package and the
tmap package. The data from the sources referred to
above is documented in the help
page for the nc.sids
data set in
diff --git a/docs/news/index.html b/docs/news/index.html
index a792432..14ab65d 100644
--- a/docs/news/index.html
+++ b/docs/news/index.html
@@ -40,8 +40,9 @@
stsls
, reported in its summary method, analogous to the reporting in the summary method of lagsarlm
of the Lagrange multiplier test, both for residual spatial autocorrelationRemove remaining spData
ESRI shapefile use
#56 add Anselin-Kelejian (1997) test to stsls
, reported in its summary method, analogous to the reporting in the summary method of lagsarlm
of the Lagrange multiplier test, both for residual spatial autocorrelation
adding missing man page anchors
CRAN release: 2024-08-19
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 9559662..b349ae2 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,7 +5,7 @@ articles: nb_igraph: nb_igraph.html sids_models: sids_models.html SpatialFiltering: SpatialFiltering.html -last_built: 2024-11-19T11:32Z +last_built: 2024-12-02T10:09Z urls: reference: https://r-spatial.github.io/spatialreg/reference article: https://r-spatial.github.io/spatialreg/articles diff --git a/docs/reference/MCMCsamp.html b/docs/reference/MCMCsamp.html index d578bc0..3412689 100644 --- a/docs/reference/MCMCsamp.html +++ b/docs/reference/MCMCsamp.html @@ -170,228 +170,28 @@