From 534a06dc6c0d2ba86f672ef3e55752a2c2de2377 Mon Sep 17 00:00:00 2001 From: alexanderbates Date: Thu, 11 Jul 2024 10:27:07 -0400 Subject: [PATCH] dont run banc_nuclei --- R/cave-tables.R | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/R/cave-tables.R b/R/cave-tables.R index b781029..ac10257 100644 --- a/R/cave-tables.R +++ b/R/cave-tables.R @@ -19,10 +19,8 @@ #' #' @export #' @examples -#' \donttest{ -#' all_banc_soma_positions <- banc_nuclei() -#' } #' \dontrun{ +#' all_banc_soma_positions <- banc_nuclei() #' points3d(nat::xyzmatrix(all_banc_soma_positions$pt_position)) #' } #' @importFrom magrittr "%>%"