Skip to content

Commit 211e714

Browse files
authored
Merge pull request #54 from bcbio/fix-loading-error-gsva
try to get the lib files to load
2 parents 7983541 + 90da33d commit 211e714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

03_functional/GSVA.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ set.seed(1234567890L)
9090
#| warning: FALSE
9191
source(params$project_file)
9292
source(params$params_file)
93-
map(list.files(params$functions_file, pattern = "*.R$", full.names = T), source) %>% invisible()
93+
purr::map(list.files(params$functions_file, pattern = "*.R$", full.names = T), source) %>% invisible()
9494
column <- params$column
9595
contrasts <- params$contrasts
9696
subset_column <- params$subset_column

0 commit comments

Comments
 (0)