Skip to content

Commit

Permalink
Added a line to the parallel code in the cv_standard object to hopefu…
Browse files Browse the repository at this point in the history
…lly get the package to pass checks on Windows.
  • Loading branch information
emeyers committed Mar 14, 2024
1 parent 798be0d commit 03a4db6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/cv_standard.R
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ run_decoding.cv_standard <- function(cv_obj) {
# Do a parallel loop over resample runs
iResample <- 0 # to deal with an R check note
all_resample_run_decoding_results <- list()
all_resample_run_decoding_results <- foreach(iResample = 1:num_resample_runs,
all_resample_run_decoding_results <- foreach(iResample = 1:num_resample_runs,
.packages="NeuroDecodeR",
.options.snow=opts) %do_type% {


Expand Down

0 comments on commit 03a4db6

Please sign in to comment.