'parallel package on shinyapps.io

Has anyone successfully used the parallel package on shinyapps.io? I have a Shiny app that runs multiple iterations of a simulation, then aggregates results for the users to review. I'm successfully using lapply on shinyapps.io, but I'd like to use parallel::mclapply to run on multiple cores. parallel::mclapply works on my local Windows machine.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source