Skip to content

Commit

Permalink
use default library
Browse files Browse the repository at this point in the history
  • Loading branch information
jmineau committed Sep 14, 2024
1 parent fc4dace commit bfe8da4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion r/run_stilt.r
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfe8da4

Please sign in to comment.