EVOLUTION-MANAGER
Edit File: DESCRIPTION
Package: later Type: Package Title: Utilities for Scheduling Functions to Execute Later with Event Loops Version: 1.1.0.1 Authors@R: c( person("Joe", "Cheng", role = c("aut", "cre"), email = "joe@rstudio.com"), person(family = "RStudio", role = "cph"), person("Winston", "Chang", role = c("aut"), email = "winston@rstudio.com"), 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. URL: https://github.com/r-lib/later BugReports: https://github.com/r-lib/later/issues License: GPL (>= 2) Imports: Rcpp (>= 0.12.9), rlang LinkingTo: Rcpp, BH RoxygenNote: 7.1.0 Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr NeedsCompilation: yes Packaged: 2020-06-02 13:23:01 UTC; winston Author: Joe Cheng [aut, cre], RStudio [cph], Winston Chang [aut], Marcus Geelnard [ctb, cph] (TinyCThread library, https://tinycthread.github.io/), Evan Nemerson [ctb, cph] (TinyCThread library, https://tinycthread.github.io/) Maintainer: Joe Cheng <joe@rstudio.com> Repository: CRAN Date/Publication: 2020-06-05 10:10:13 UTC Built: R 3.6.0; x86_64-redhat-linux-gnu; 2020-09-04 03:40:10 UTC; unix