Package: later 1.4.8

Charlie Gao

later: Utilities for Scheduling Functions to Execute Later with Event Loops

Executes arbitrary R or C functions some time after the current time, after the R execution stack has emptied. The functions are scheduled in an event loop.

Authors:Winston Chang [aut], Joe Cheng [aut], Charlie Gao [aut, cre], Posit Software, PBC [cph, fnd], Marcus Geelnard [ctb, cph], Evan Nemerson [ctb, cph]

later_1.4.8.tar.gz
later_1.4.6.zip(r-4.7)later_1.4.8.zip(r-4.6)later_1.4.8.zip(r-4.5)
later_1.4.8.tgz(r-4.6-x86_64)later_1.4.8.tgz(r-4.6-arm64)later_1.4.8.tgz(r-4.5-x86_64)later_1.4.8.tgz(r-4.5-arm64)
later_1.4.8.tar.gz(r-4.6-arm64)later_1.4.8.tar.gz(r-4.6-x86_64)
later_1.4.8.tgz(r-4.5-emscripten)
manual.pdf |manual.html
card.svg |card.png
later/json (API)
NEWS

# Install 'later' in R:
install.packages('later', repos = c('https://staging.r-multiverse.org', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-lib/later/issues

Pkgdown/docs site:https://later.r-lib.org

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

Conda:

event-loopcpp

16.73 score 150 stars 2.9k packages 363 scripts 671k downloads 2 mentions 12 exports 2 dependencies

Last updated from:938684dd17. Checks:8 FAIL, 5 OK. Indexed: no.

TargetResultTimeFilesSyslog
linux-devel-arm64FAIL332
linux-devel-x86_64FAIL299
source / vignettesOK231
linux-release-arm64FAIL128
linux-release-x86_64FAIL130
macos-release-arm64FAIL72
macos-release-x86_64FAIL166
macos-oldrel-arm64OK105
macos-oldrel-x86_64OK324
windows-develFAIL347
windows-releaseFAIL166
windows-oldrelOK164
wasm-releaseOK177

Exports:create_loopcurrent_loopdestroy_loopexists_loopglobal_looplaterlater_fdloop_emptynext_op_secsrun_nowwith_loopwith_temp_loop

Dependencies:Rcpprlang

Using later from C++

Rendered fromlater-cpp.Rmdusingknitr::rmarkdownon May 16 2026.

Last update: 2017-06-24
Started: 2017-06-24

Readme and manuals

Help Manual

Help pageTopics
Private event loopscreate_loop current_loop destroy_loop exists_loop global_loop with_loop with_temp_loop
Executes a function laterlater
Executes a function when a file descriptor is readylater_fd
Relative time to next scheduled operationnext_op_secs
Execute scheduled operationsrun_now