-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 1.31 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
Package: future.apply
Version: 1.20.2-9000
Title: Apply Function to Elements in Parallel using Futures
Depends:
R (>= 3.2.0),
future (>= 1.49.0)
Imports:
globals,
parallel,
utils
Suggests:
datasets,
stats,
tools,
listenv,
R.rsp,
markdown
VignetteBuilder: R.rsp
Authors@R: c(person("Henrik", "Bengtsson",
role = c("aut", "cre", "cph"),
email = "henrikb@braju.com",
comment = c(ORCID = "0000-0002-7579-5165")),
person("R Core Team", role = c("cph", "ctb")))
Description: Implementations of apply(), by(), eapply(), lapply(), Map(), .mapply(), mapply(), replicate(), sapply(), tapply(), and vapply() that can be resolved using any future-supported backend, e.g. parallel on the local machine or distributed on a compute cluster. These future_*apply() functions come with the same pros and cons as the corresponding base-R *apply() functions but with the additional feature of being able to be processed via the future framework <doi:10.32614/RJ-2021-048>.
License: GPL (>= 2)
LazyLoad: TRUE
URL: https://future.apply.futureverse.org, https://github.com/futureverse/future.apply
BugReports: https://github.com/futureverse/future.apply/issues
Language: en-US
Encoding: UTF-8
RoxygenNote: 7.3.3
Roxygen: list(markdown = TRUE)