Skip to content

Boehringer-Ingelheim/FutureManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FutureManager

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!

  • Launch multiple long-running processes in the background and keep the app responsive
  • Even after clicking the run button by accident, you can cancel the calculations.
  • Progress bar per each process? Yes, please!

Sounds good?

Run the demo app using FutureManager::demo() and feel the possibilites!

Note: for optimal performance please use Rscript -e 'FutureManager::demo()'

About

A R/shiny extension for forking expensive calculations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •