Package: later 1.4.4.9000
later: Utilities for Scheduling Functions to Execute Later with EventLoops
Executes arbitrary R or C functions some time after thecurrent time, after the R execution stack has emptied. Thefunctions 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.4.9000.tar.gz
later_1.4.4.9000.zip(r-4.6)later_1.4.4.9000.zip(r-4.5)later_1.4.4.9000.zip(r-4.4)
later_1.4.4.9000.tgz(r-4.5-x86_64)later_1.4.4.9000.tgz(r-4.5-arm64)later_1.4.4.9000.tgz(r-4.4-x86_64)later_1.4.4.9000.tgz(r-4.4-arm64)
later_1.4.4.9000.tar.gz(r-4.6-arm64)later_1.4.4.9000.tar.gz(r-4.6-x86_64)later_1.4.4.9000.tar.gz(r-4.5-arm64)later_1.4.4.9000.tar.gz(r-4.5-x86_64)
later_1.4.4.9000.tgz(r-4.5-emscripten)
later.pdf |later.html✨
later/json (API)
NEWS
| # Install 'later' in R: |
| install.packages('later', repos = c('https://r-lib.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
16.64 score 147 stars 2.8k packages 352 scripts 669k downloads 2 mentions 12 exports 2 dependencies
Last updated from:e8ad72d634. Checks:13 OK. Indexed: yes.
| Target | Result | Total time | Artifact |
|---|---|---|---|
| linux-devel-arm64 | OK | 160 | |
| linux-devel-x86_64 | OK | 165 | |
| source / vignettes | OK | 201 | |
| linux-release-arm64 | OK | 208 | |
| linux-release-x86_64 | OK | 161 | |
| macos-release-arm64 | OK | 111 | |
| macos-release-x86_64 | OK | 222 | |
| macos-oldrel-arm64 | OK | 155 | |
| macos-oldrel-x86_64 | OK | 299 | |
| windows-devel | OK | 152 | |
| windows-release | OK | 202 | |
| windows-oldrel | OK | 181 | |
| wasm-release | OK | 118 |
Exports:create_loopcurrent_loopdestroy_loopexists_loopglobal_looplaterlater_fdloop_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 |
| Executes a function when a file descriptor is ready | later_fd |
| Relative time to next scheduled operation | next_op_secs |
| Execute scheduled operations | run_now |
