From 1b21f471cbcbedda030168d794654dd78aaf4fd6 Mon Sep 17 00:00:00 2001 From: Nick-Eagles Date: Mon, 23 Oct 2023 13:17:23 -0400 Subject: [PATCH] Try fixing an error with running an example --- R/utils.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/utils.R b/R/utils.R index 50210d2..c00224f 100644 --- a/R/utils.R +++ b/R/utils.R @@ -23,7 +23,7 @@ #' loops <- list( #' region = c("DLPFC", "HIPPO"), feature = c("gene", "exon", "tx", "jxn") #' ) -#' indexing <- get_list_indexing(loops, index) +#' indexing <- slurmjobs:::get_list_indexing(loops, index) #' this_feature <- this_list[[index]][[ #' array_task %/% indexing$divisor %% indexing$modulus #' ]]