-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
31 lines (31 loc) · 1.24 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Package: later
Type: Package
Title: Utilities for Scheduling Functions to Execute Later with Event Loops
Version: 1.3.2.9001
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
person("Joe", "Cheng", role = c("aut"), email = "[email protected]"),
person("Charlie", "Gao", role = c("aut"), email = "[email protected]", comment = c(ORCID = "0000-0002-0750-061X")),
person(family = "Posit Software, PBC", role = "cph"),
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://r-lib.github.io/later/, https://github.com/r-lib/later
BugReports: https://github.com/r-lib/later/issues
License: MIT + file LICENSE
Imports:
Rcpp (>= 0.12.9),
rlang
LinkingTo: Rcpp
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
nanonext,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8