-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathDESCRIPTION
More file actions
38 lines (38 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
38 lines (38 loc) · 1.25 KB
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
Package: furrr
Title: Apply Mapping Functions in Parallel using Futures
Version: 0.4.0.9000
Authors@R: c(
person("Davis", "Vaughan", , "davis@posit.co", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-4777-038X")),
person("Henrik", "Bengtsson", , "henrikb@braju.com", role = "aut",
comment = c(ORCID = "0000-0002-7579-5165")),
person("Matt", "Dancho", , "mdancho@business-science.io", role = "aut"),
person("Posit Software, PBC", 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/futureverse/furrr, https://furrr.futureverse.org/
BugReports: https://github.com/futureverse/furrr/issues
Depends:
future (>= 1.70.0),
R (>= 4.1.0)
Imports:
globals (>= 0.19.1),
purrr (>= 1.2.1),
rlang (>= 1.1.7),
vctrs (>= 0.7.0)
Suggests:
carrier,
covr,
dplyr (>= 1.1.4),
knitr,
parallelly (>= 1.46.1),
testthat (>= 3.3.2),
tidyselect
Config/Needs/website: progressr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3