Package: later 1.4.3

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

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

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

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

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

On CRAN:

Conda:

event-loopcpp

16.24 score 147 stars 2.7k packages 318 scripts 509k downloads 2 mentions 12 exports 2 dependencies

Last updated 4 days ago from:7d63f36145 (on v1.4.3). Checks:14 OK. Indexed: no.

TargetResultTotal timeArtifact
linux-devel-arm64OK136
linux-devel-x86_64OK142
source / vignettesOK168
linux-release-arm64OK129
linux-release-x86_64OK147
macos-release-arm64OK105
macos-release-x86_64OK227
macos-oldrel-arm64OK114
macos-oldrel-x86_64OK233
windows-develOK165
windows-releaseOK169
windows-oldrelOK159
wasm-releaseOK117
wasm-oldrelOK158

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 Aug 22 2025.

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