later icon indicating copy to clipboard operation
later copied to clipboard

Schedule an R function or formula to run after a specified period of time.

Results 47 later issues
Sort by recently updated
recently updated
newest added

I was wondering if I run `later` c++ `BackgroundTask::execute` with omp code inside, will there be any side-effects? Something like ```cpp void execute() { ... #pragma omp parallel num_threads(ncores) {...

# Issue Loading **later** causes the RNG state to be updated, e.g. ```r $ R --quiet --vanilla > str(globalenv()$.Random.seed) NULL > loadNamespace("later") > str(globalenv()$.Random.seed) int [1:626] 10403 624 607059698 1535537611...

Multiple tests in `test-run_now.R` are failing; we didn't catch this because they're disabled on ci. In `test-run_now.R`, there are tests that test what happens if a callback: 1. throws an...

Strange behaviour of Later - after restarting the apps, all network connections are activated via Later? So surfing the internet, rss retrieval, .... everything has to be enabled in Little...