Package: later 1.4.5

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.5.tar.gz
later_1.4.5.zip(r-4.6)later_1.4.5.zip(r-4.5)later_1.4.5.zip(r-4.4)
later_1.4.5.tgz(r-4.6-x86_64)later_1.4.5.tgz(r-4.6-arm64)later_1.4.5.tgz(r-4.5-x86_64)later_1.4.5.tgz(r-4.5-arm64)
later_1.4.5.tar.gz(r-4.6-arm64)later_1.4.5.tar.gz(r-4.6-x86_64)later_1.4.5.tar.gz(r-4.5-arm64)later_1.4.5.tar.gz(r-4.5-x86_64)
later_1.4.5.tgz(r-4.5-emscripten)
later.pdf |later.html
later/json (API)
NEWS

# Install 'later' in R:
install.packages('later', repos = c('https://test.r-universe.dev', '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.67 score 147 stars 2.8k packages 346 scripts 718k downloads 2 mentions 12 exports 2 dependencies

Last updated from:44df32274f (on v1.4.5). Checks:13 OK. Indexed: no.

TargetResultTotal timeArtifact
linux-devel-arm64OK152
linux-devel-x86_64OK152
source / vignettesOK193
linux-release-arm64OK166
linux-release-x86_64OK156
macos-devel-arm64OK134
macos-devel-x86_64OK221
macos-release-arm64OK106
macos-release-x86_64OK234
windows-develOK188
windows-releaseOK238
windows-oldrelOK171
wasm-releaseOK119

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 Jan 08 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