Package: later 1.3.2

Winston Chang

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, cre], Joe Cheng [aut], Posit Software, PBC [cph], Marcus Geelnard [ctb, cph], Evan Nemerson [ctb, cph]

later_1.3.2.tar.gz
later_1.3.2.zip(r-4.5)later_1.3.2.zip(r-4.4)later_1.3.2.zip(r-4.3)
later_1.3.2.tgz(r-4.4-arm64)later_1.3.2.tgz(r-4.4-x86_64)later_1.3.2.tgz(r-4.3-arm64)later_1.3.2.tgz(r-4.3-x86_64)
later_1.3.2.tar.gz(r-4.5-noble)later_1.3.2.tar.gz(r-4.4-noble)
later_1.3.2.tgz(r-4.4-emscripten)later_1.3.2.tgz(r-4.3-emscripten)
later.pdf |later.html
later/json (API)
NEWS

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

Peer review:

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

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

On CRAN:

11 exports 136 stars 15.18 score 2 dependencies 2411 dependents 482.6k downloads

Last updated 7 months agofrom:0668a280c2 (via v1.3.2)

Exports:create_loopcurrent_loopdestroy_loopexists_loopglobal_looplaterloop_emptynext_op_secsrun_nowwith_loopwith_temp_loop

Dependencies:Rcpprlang

Using later from C++

Rendered fromlater-cpp.Rmdusingknitr::rmarkdownon Jun 22 2024.

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
Relative time to next scheduled operationnext_op_secs
Execute scheduled operationsrun_now