Skip to content

Commit

Permalink
Also add to part 3 just in case we ever want to do something language…
Browse files Browse the repository at this point in the history
… sensitive in part 3 #1047
  • Loading branch information
vincentvanhees committed Feb 20, 2024
1 parent 3b6ba44 commit 2b668b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/g.part3.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ g.part3 = function(metadatadir = c(), f0, f1, myfun = c(),
varlist = c(unclass(lsf.str(envir = asNamespace("GGIR"), all = T)),
"MONITOR", "FORMAT"),
envir = as.environment(asNamespace("GGIR")))
parallel::clusterEvalQ(cl, Sys.setlocale("LC_TIME", "C"))

Check warning on line 150 in R/g.part3.R

View check run for this annotation

Codecov / codecov/patch

R/g.part3.R#L150

Added line #L150 was not covered by tests
doParallel::registerDoParallel(cl)
} else {
# Don't process in parallel if only one core
Expand Down

0 comments on commit 2b668b7

Please sign in to comment.