From bfe8da4296b72f88685acaeac1fde4fea67cfc4e Mon Sep 17 00:00:00 2001 From: James Mineau Date: Sat, 14 Sep 2024 12:10:10 -0600 Subject: [PATCH] use default library --- r/run_stilt.r | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/r/run_stilt.r b/r/run_stilt.r index 5b77282..faa85d8 100755 --- a/r/run_stilt.r +++ b/r/run_stilt.r @@ -7,7 +7,8 @@ project <- '{{project}}' stilt_wd <- file.path('{{wd}}', project) output_wd <- file.path(stilt_wd, 'out') -lib.loc <- .libPaths()[1] +# lib.loc <- .libPaths()[1] # Use first library location +lib.loc <- NULL # Use default library location # Parallel simulation settings n_cores <- 1