-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
36 lines (36 loc) · 1.12 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
32
33
34
35
36
Package: coro
Title: 'Coroutines' for R
Version: 1.1.0.9000
Authors@R: c(
person("Lionel", "Henry", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides 'coroutines' for R, a family of functions that can
be suspended and resumed later on. This includes 'async' functions
(which await) and generators (which yield). 'Async' functions are
based on the concurrency framework of the 'promises' package.
Generators are based on a dependency free iteration protocol defined
in 'coro' and are compatible with iterators from the 'reticulate'
package.
License: MIT + file LICENSE
URL: https://github.com/r-lib/coro, https://coro.r-lib.org/
BugReports: https://github.com/r-lib/coro/issues
Depends:
R (>= 3.5.0)
Imports:
rlang (>= 0.4.12)
Suggests:
knitr,
later (>= 1.1.0),
magrittr (>= 2.0.0),
promises,
reticulate,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2