-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.09 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
41
42
43
44
Type: Package
Package: parapurrr
Title: Do Purrr in Parallel
Version: 0.1.0
Authors@R:
person(given = "Moosa",
family = "Rezwani",
role = c("aut", "cre", "cph"),
email = "moosa.rezwani@gmail.com")
Description: Run purrr's mapping functions in parallel (i.e., incorporate
multiple CPU cores instead of the default, one). The package parapurrr
achieves that by bridging purrr with foreach package and its adaptors.
Users are only required to add a prefix "pa_" before their desired
purrr functions (e.g. pa_map instead of map). All map family functions
and all foreach adaptors on CRAN are supported.
License: GPL-3
URL: https://github.com/moosa-r/parapurrr
BugReports: https://github.com/moosa-r/parapurrr/issues
Imports:
doParallel,
foreach,
parallel,
purrr,
rlang,
tidyselect
Suggests:
doFuture,
doRNG,
doSNOW,
dplyr,
future,
knitr,
rmarkdown,
snow,
testthat (>= 3.0.0)
Enhances:
doMC,
doMPI,
Rmpi
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.1.2