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-x86_64)later_1.3.2.tgz(r-4.4-arm64)later_1.3.2.tgz(r-4.3-x86_64)later_1.3.2.tgz(r-4.3-arm64)
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://test.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:

15.43 score 137 stars 2.4k packages 213 scripts 471k downloads 2 mentions 11 exports 2 dependencies

Last updated 11 months agofrom:0668a280c2 (on v1.3.2). Checks:OK: 9. Indexed: no.

TargetResultDate
Doc / VignettesOKOct 03 2024
R-4.5-win-x86_64OKOct 03 2024
R-4.5-linux-x86_64OKOct 03 2024
R-4.4-win-x86_64OKOct 03 2024
R-4.4-mac-x86_64OKOct 03 2024
R-4.4-mac-aarch64OKOct 03 2024
R-4.3-win-x86_64OKOct 03 2024
R-4.3-mac-x86_64OKOct 03 2024
R-4.3-mac-aarch64OKOct 03 2024

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 Oct 03 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