How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
shiny.worker allows you to delegate heavy computation tasks to a separate process, such that it does not freeze your Shiny app.
Does your shiny application run some time consuming calculations? Would you like your app to do some other things while waiting for the results? Are you tired of forcing your functions to use %...>% operator? Here's the FutureManager!
Asynchronous processing is critical for performing a wide array of tasks, from high performance computing to web services. Communication between these disparate asynchronous processes is often required. Currently the statistical computing language R provides no built in features to handle…
ShinyParallel
The main features of jcrodriguez1989/shinyparallel are: Scaling and Concurrency.
Open-source alternatives to jcrodriguez1989/shinyparallel include: appsilon/shiny.worker — shiny.worker allows you to delegate heavy computation tasks to a separate process, such that it does not freeze your… boehringer-ingelheim/futuremanager — Does your shiny application run some time consuming calculations? Would you like your app to do some other things… fellstat/ipc — Asynchronous processing is critical for performing a wide array of tasks, from high performance computing to web… rstudio/promises — A promise library for R. https://rstudio.github.io/promises/.