Type: Package Package: later Title: Utilities for Scheduling Functions to Execute Later with Event Loops Version: 1.4.8 Authors@R: c( person("Winston", "Chang", , "winston@posit.co", role = "aut", comment = c(ORCID = "0000-0002-1576-2126")), person("Joe", "Cheng", , "joe@posit.co", role = "aut"), person("Charlie", "Gao", , "charlie.gao@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0750-061X")), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")), person("Marcus", "Geelnard", role = c("ctb", "cph"), comment = "TinyCThread library, https://tinycthread.github.io/"), person("Evan", "Nemerson", role = c("ctb", "cph"), comment = "TinyCThread library, https://tinycthread.github.io/") ) Description: 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. License: MIT + file LICENSE URL: https://later.r-lib.org, https://github.com/r-lib/later BugReports: https://github.com/r-lib/later/issues Depends: R (>= 3.5) Imports: Rcpp (>= 1.0.10), rlang Suggests: knitr, nanonext, promises, rmarkdown, testthat (>= 3.0.0) LinkingTo: Rcpp VignetteBuilder: knitr Config/build/compilation-database: true Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-07-18 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://r-multiverse.r-universe.dev Date/Publication: 2026-03-05 12:53:35 UTC RemoteUrl: https://github.com/r-lib/later RemoteRef: v1.4.8 RemoteSha: 938684dd177de7b42d4c7e74852fe1e0afb91c8b NeedsCompilation: yes Packaged: 2026-07-01 09:08:59 UTC; root Author: Winston Chang [aut] (ORCID: ), Joe Cheng [aut], Charlie Gao [aut, cre] (ORCID: ), Posit Software, PBC [cph, fnd] (ROR: ), Marcus Geelnard [ctb, cph] (TinyCThread library, https://tinycthread.github.io/), Evan Nemerson [ctb, cph] (TinyCThread library, https://tinycthread.github.io/) Maintainer: Charlie Gao