Package: later
Type: Package
Title: Utilities for Delaying Function Execution
Version: 0.3
Authors@R: c(
    person("Joe", "Cheng", role = c("aut", "cre"), email = "joe@rstudio.com"),
    person(family = "RStudio", role = "cph"),
    person("Marcus", "Geelnard", role = c("ctb", "cph"), comment = "TinyThread library, http://tinythreadpp.bitsnbites.eu/")
    )
Description: Executes arbitrary R or C functions some time after the current
    time, after the R execution stack has emptied.
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: 6.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-06-24 07:40:04 UTC; jcheng
Author: Joe Cheng [aut, cre],
  RStudio [cph],
  Marcus Geelnard [ctb, cph] (TinyThread library,
    http://tinythreadpp.bitsnbites.eu/)
Maintainer: Joe Cheng <joe@rstudio.com>
Repository: CRAN
Date/Publication: 2017-06-25 07:15:14 UTC
