Skip to content

Commit

Permalink
misc dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
richardli committed Oct 25, 2023
1 parent 96dfd5b commit 64ea980
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ importFrom(sf,st_crs)
importFrom(shadowtext,geom_shadowtext)
importFrom(sp,plot)
importFrom(sp,proj4string)
importFrom(spdep,nb2mat)
importFrom(spdep,poly2nb)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,dgamma)
Expand Down
1 change: 1 addition & 0 deletions R/getAmat.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#' @param names character vector of region ids to be added to the neighbours list
#'
#' @return Spatial djacency matrix.
#' @importFrom spdep poly2nb nb2mat
#' @author Zehang Richard Li
#' @examples
#' \dontrun{
Expand Down

0 comments on commit 64ea980

Please sign in to comment.