The documentation states that the packages uses mclapply for parallel processing of models when stepwise = FALSE, which of course does not work on Windows. Given that the future.apply package exists on CRAN and allows for a more uniform treatment of parallelism across operating systems, is there any possibility of converting the mechanics to a form of future_*apply which would work on Windows too?
The documentation states that the packages uses
mclapplyfor parallel processing of models whenstepwise = FALSE, which of course does not work on Windows. Given that thefuture.applypackage exists on CRAN and allows for a more uniform treatment of parallelism across operating systems, is there any possibility of converting the mechanics to a form offuture_*applywhich would work on Windows too?