Skip to content

Commit

Permalink
final changes for cran approval
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry committed Aug 19, 2022
1 parent cca5a1e commit 78ec4b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions R/local-moran-bv-impl.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#'
#' @inheritParams moran_bv_calc
#' @keywords internal
#' x * st_lag(y, nb, wt)
local_moran_bv_calc <- function(x, y, nb, wt) {
x * st_lag(y, nb, wt)
}
Expand All @@ -28,7 +27,7 @@ local_moran_bv_perm_impl <- function(x, y, listw) {
nb <- p_listw[["neighbours"]]
wt <- p_listw[["weights"]]



local_moran_bv_calc(x, y, nb, wt)
}
Expand Down
5 changes: 0 additions & 5 deletions man/local_moran_bv_calc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 78ec4b2

Please sign in to comment.