Changelog
Source:NEWS.md
Version 1.4-1 (2025-09-04)
CRAN release: 2025-09-04
import
spdep>= 1.4.1annotate
impactsoutput with"dy/dx"or"(F)"to distinguish continuous and categorical independent variablessuggest
codingMatricesto expand examples with factors (categorical variables)introduce warnings for factors (categorical variables) in Durbin models (
errorsarlm,lagsarlm,sacsarlm,spBreg_lag,spBreg_err,spBreg_sacandlm.SLX)convert
errortoRf_errorinsrc/ml_sse.cto accommodate R_NO_REMAP
Version 1.3-6 (2024-12-02)
CRAN release: 2024-12-02
Remove remaining
spDataESRI shapefile use#56 add Anselin-Kelejian (1997) test to
stsls, reported in its summary method, analogous to the reporting in the summary method oflagsarlmof the Lagrange multiplier test, both for residual spatial autocorrelationadding missing man page anchors
Version 1.3-5 (2024-08-19)
CRAN release: 2024-08-19
conforming with STRICT_R_HEADERS=1
Condition on forthcoming
tmap4#52 subgraph updates
Version 1.3-3 (2024-05-31)
CRAN release: 2024-05-31
protect
errorsarlmagainst missingDurbin=if only interceptfix longstanding bugs in
getVmatein a non-default side logic branchadd
return_impacts=tolmSLXto work around issues with aliased variables; impacts should be improved to handle this case when time permitsadd
sqrt=TRUEin calls to Matrixdeterminantmethods inmatrix_ldetadd
igraph (>= 2.0.0)in DESCRIPTION for re-namedigraphfunctions
Version 1.3-2 (2024-02-06)
CRAN release: 2024-02-06
pass through SlX formula in call
re-corrected #19 because the fitted model weights component may be NULL
suppress warning from
multcomp::glhtas the test which throws the warning is discarded
Version 1.3-1 (2023-11-23)
CRAN release: 2023-11-23
move
expmfrom Imports to Suggests #42added
zero.policypass-through tospdep::mat2listwcalls inpredict.Sarlmand tospdep::sn2listwinsids_models.Rmd; setspdeprequirement to1.3-1corrected #19 because the fitted model weights component is never NULL, but may have a single unique value
Version 1.2-9 (2023-05-25)
CRAN release: 2023-05-25
address #37; #38 remains (no formula Durbin support for prediction using any Sarlm object)
address #19 by not reporting
AICwhere case weights are used inspautolmorerrorsarlmaddress bug in
predict()for new data, SDEM. Others in #37, #38 need work.Further added checking for SLX/SDEM impacts and edge/corner cases; starting transition to use multcomp in place og gmodels
Version 1.2-6 (2022-10-07)
CRAN release: 2022-10-07
make local copy of
gmodels::estimable()for lm objects only, add authors to package contributors-Wstrict-prototypes fixes
Version 1.2-5 (2022-08-16)
CRAN release: 2022-08-16
updating coercion for Matrix 1.4-2
updating dontrun/donttest for package split (previously unchecked, mostly in
aple)
Version 1.2-3 (2022-04-18)
CRAN release: 2022-04-18
protect definition of USE_FC_LEN_T
unescape underscores in help pages
Version 1.2-1 (2021-11-11)
CRAN release: 2021-11-11
Add Fortran character handling USE_FC_LEN_T WRE §6.6.1
Add spdep split-out functionality
Version 1.1-8 (2021-05-03)
CRAN release: 2021-05-03
#18 standardize use of
coef()methods for (some) fitted model summary objectshttps://github.com/tidymodels/broom/issues/1003#issuecomment-798694400 changing spatialreg model output class names: spdep
sarlm-> spatialregSarlm,spautolm->Spautolm,stsls->Stsls,gmsar->Gmsar,lagmess->Lagmess,SLX-> ,SlX,MCMC_s*_g->MCMC_s*_G,SFResult->SfResult,ME_res->Me_res,lagImpact->LagImpact,WXImpact->WXimpact#16 merged coordination of impacts methods (Gianfranco Piras)
#14 merged correction to SDEM and SLX impacts when a lagged intercept is present (Tobias Rüttenauer).