aside icon indicating copy to clipboard operation
aside copied to clipboard

Send a long R job to be run aside

Results 5 aside issues
Sort by recently updated
recently updated
newest added

any plans to implement this for windows users?

The return object should be the path to the temp file containing the data and an history log of what happened in the session.

Reading through https://yihui.name/en/2017/10/later-recursion/ I saw a lot of similar themes to what you've made here. A 'prior art' section at the end of a README is gaining popularity (e.g. https://github.com/milesmcbain/datapasta#prior-art)...

It suggests the beepr package and uses it if available, otherwise uses `alert()` as fallback (which mostly does nothing on many systems, apparently).

`job_running()` (or any other name) should check if the sent job is still running or not.