-
Notifications
You must be signed in to change notification settings - Fork 40
/
DESCRIPTION
40 lines (40 loc) · 1.13 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
Package: furrr
Title: Apply Mapping Functions in Parallel using Futures
Version: 0.3.1.9000
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Matt", "Dancho", , "[email protected]", role = "aut"),
person("RStudio", role = c("cph", "fnd"))
)
Description: Implementations of the family of map() functions from 'purrr'
that can be resolved using any 'future'-supported backend, e.g.
parallel on the local machine or distributed on a compute cluster.
License: MIT + file LICENSE
URL: https://github.com/DavisVaughan/furrr, https://furrr.futureverse.org/
BugReports: https://github.com/DavisVaughan/furrr/issues
Depends:
future (>= 1.25.0),
R (>= 3.4.0)
Imports:
globals (>= 0.14.0),
lifecycle (>= 1.0.1),
purrr (>= 0.3.4),
rlang (>= 1.0.2),
vctrs (>= 0.4.1)
Suggests:
carrier,
covr,
dplyr (>= 0.7.4),
knitr,
listenv (>= 0.6.0),
magrittr,
rmarkdown,
testthat (>= 3.0.0),
tidyselect,
withr
Config/Needs/website:
progressr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1