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 43 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...