Skip to content

Commit

Permalink
Merge branch 'main' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdamoses committed Jul 18, 2023
2 parents bf59b56 + 025d996 commit 2a6b247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Imports:
grid,
lifecycle,
Matrix,
matrixStats,
methods,
patchwork,
rlang,
Expand All @@ -42,7 +43,6 @@ Imports:
scico,
sf,
SingleCellExperiment,
sparseMatrixStats,
SpatialExperiment,
SpatialFeatureExperiment (>= 1.2.1),
spdep,
Expand Down
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ importFrom(grid,rasterGrob)
importFrom(lifecycle,deprecate_warn)
importFrom(lifecycle,deprecated)
importFrom(lifecycle,is_present)
importFrom(matrixStats,colVars)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
Expand All @@ -201,7 +202,6 @@ importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sparseMatrixStats,colVars)
importFrom(spdep,card)
importFrom(spdep,include.self)
importFrom(spdep,listw2mat)
Expand Down
2 changes: 1 addition & 1 deletion R/SFEMethod-multivariate.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#' Dray, S., Said, S. and Debias, F. (2008) Spatial ordination of vegetation data using a generalization of Wartenberg's multivariate spatial correlation. Journal of vegetation science, 19, 45-56.
#' @export
#' @importFrom Matrix colMeans
#' @importFrom sparseMatrixStats colVars
#' @importFrom matrixStats colVars
#' @importFrom utils head tail
#' @examples
#' library(SFEData)
Expand Down

0 comments on commit 2a6b247

Please sign in to comment.