-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
44 lines (44 loc) · 1.15 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
37
38
39
40
41
42
43
44
Type: Package
Package: promises
Title: Abstractions for Promise-Based Asynchronous Programming
Version: 1.3.0.9000
Authors@R: c(
person("Joe", "Cheng", , "joe@posit.co", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides fundamental abstractions for doing asynchronous
programming in R using promises. Asynchronous programming is useful
for allowing a single R process to orchestrate multiple tasks in the
background while also attending to something else. Semantics are
similar to 'JavaScript' promises, but with a syntax that is idiomatic
R.
License: MIT + file LICENSE
URL: https://rstudio.github.io/promises/,
https://github.com/rstudio/promises
BugReports: https://github.com/rstudio/promises/issues
Imports:
fastmap (>= 1.1.0),
later,
magrittr (>= 1.5),
R6,
Rcpp,
rlang,
stats
Suggests:
future (>= 1.21.0),
knitr,
purrr,
rmarkdown,
spelling,
testthat,
vembedr
LinkingTo:
later,
Rcpp
VignetteBuilder:
knitr
Config/Needs/website: rsconnect
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1