From 946489e481116b73d3eb3fb6fbba731060fc63f8 Mon Sep 17 00:00:00 2001 From: Michael Totty Date: Thu, 4 Apr 2024 10:52:23 -0500 Subject: [PATCH] added library(escheR) to findArtifacts example to avoid 'coord_fixed' error --- R/findArtifacts.R | 1 + 1 file changed, 1 insertion(+) diff --git a/R/findArtifacts.R b/R/findArtifacts.R index dc2ab30..1d0e57e 100644 --- a/R/findArtifacts.R +++ b/R/findArtifacts.R @@ -36,6 +36,7 @@ #' @examples #' library(SpotSweeper) #' library(SpatialExperiment) +#' library(escheR) #' #' data(DLPFC_artifact) #' spe <- DLPFC_artifact