-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
21 lines (21 loc) · 909 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
21 lines (21 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: future.mapreduce
Version: 0.0.1-9004
Title: Utility Functions for Future Map-Reduce API Packages
Depends:
R (>= 3.2.0)
Imports:
future (>= 1.30.0),
globals (>= 0.16.2),
parallel,
utils
Suggests:
Authors@R: c(person("Henrik", "Bengtsson", role=c("aut", "cre", "cph"),
email = "henrikb@braju.com"),
person("R Core Team", role = c("cph", "ctb")))
Description: Utility functions for other packages implementing map-reduce APIs on top of the future framework - specifically 'future.apply', 'furrr', and 'doFuture'. This package and its functions are intended for those packages only and should not be used elsewhere.
License: GPL (>= 2)
LazyLoad: TRUE
URL: https://github.com/HenrikBengtsson/future.mapreduce
BugReports: https://github.com/HenrikBengtsson/future.mapreduce/issues
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)