Package: later 1.3.2
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:
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://r-multiverse.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/r-lib/later/issues
Last updated 12 months agofrom:0668a280c2 (on v1.3.2). Checks:OK: 9. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-win-x86_64 | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
R-4.4-win-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-x86_64 | OK | Nov 01 2024 |
R-4.4-mac-aarch64 | OK | Nov 01 2024 |
R-4.3-win-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-x86_64 | OK | Nov 01 2024 |
R-4.3-mac-aarch64 | OK | Nov 01 2024 |
Exports:create_loopcurrent_loopdestroy_loopexists_loopglobal_looplaterloop_emptynext_op_secsrun_nowwith_loopwith_temp_loop
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Private event loops | create_loop current_loop destroy_loop exists_loop global_loop with_loop with_temp_loop |
Executes a function later | later |
Relative time to next scheduled operation | next_op_secs |
Execute scheduled operations | run_now |