diff --git a/NEWS.md b/NEWS.md index 99aa1157..c27dbe2f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ## Minor changes - The recommended citation for the software has been updated since the software has gone through peer-review in *The Journal of Open Source Software*. Many thanks to the two peer reviewers of the project, Chris Jochem and Virgilio Gómez Rubio. The following changes were introduced following Chris J.'s recommendations. - - The spatial diagonstic function (`sp_diag`) will now take a spatial connecitivity matrix from the fitted model object provided by the user. This way the matrix will be the same one that was used to fit the model. (All of the model fitting functions have been updated to support this functionality.) + - The spatial diagonstic function (`sp_diag`) will now take a spatial connectivity matrix from the fitted model object provided by the user. This way the matrix will be the same one that was used to fit the model. (All of the model fitting functions have been updated to support this functionality.) - The documentation of the methods for fitted models (`residuals`, `fitted`, `spatial`, etc.) were previously packed into one page. Now, the documentation is spread over a few pages and the methods are grouped together in a more reasonable fashion. # geostan 0.4.0 diff --git a/docs/news/index.html b/docs/news/index.html index bc64d9ad..80509be1 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -61,7 +61,7 @@
sp_diag
) will now take a spatial connecitivity matrix from the fitted model object provided by the user. This way the matrix will be the same one that was used to fit the model. (All of the model fitting functions have been updated to support this functionality.)sp_diag
) will now take a spatial connectivity matrix from the fitted model object provided by the user. This way the matrix will be the same one that was used to fit the model. (All of the model fitting functions have been updated to support this functionality.)residuals
, fitted
, spatial
, etc.) were previously packed into one page. Now, the documentation is spread over a few pages and the methods are grouped together in a more reasonable fashion.