2 questions
0 votes
1 answer
84 views
Async calls to CLI tool in separate folders
I like to call a command line utility from R and parallelise the tool by calling several copies of it in different folders. Each call can have quite different runtimes, so I'd like to do this in an ...
3 votes
1 answer
230 views
Shiny make reactive() async with ExtendedTask and mirai
I have a simple shiny app where a dataset is created in a reactive() call and then plotted. As the data creation might take a while, I want it to be called async so that the session can be used ...