forked from futureverse/future.apply
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
28 lines (28 loc) · 1.22 KB
/
DESCRIPTION
File metadata and controls
28 lines (28 loc) · 1.22 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
Package: future.apply
Version: 1.8.1-9002
Title: Apply Function to Elements in Parallel using Futures
Depends:
R (>= 3.2.0),
future (>= 1.22.1)
Imports:
globals (>= 0.14.0),
parallel,
utils
Suggests:
datasets,
stats,
tools,
listenv (>= 0.8.0),
R.rsp,
markdown
VignetteBuilder: R.rsp
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"),
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.
License: GPL (>= 2)
LazyLoad: TRUE
URL: https://future.apply.futureverse.org, https://github.com/HenrikBengtsson/future.apply
BugReports: https://github.com/HenrikBengtsson/future.apply/issues
RoxygenNote: 7.1.2
Roxygen: list(markdown = TRUE)