-
Notifications
You must be signed in to change notification settings - Fork 74
/
DESCRIPTION
43 lines (43 loc) · 998 Bytes
/
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
Package: multidplyr
Title: A Multi-Process 'dplyr' Backend
Version: 0.1.3.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Partition a data frame across multiple worker processes to
provide simple multicore parallelism.
License: MIT + file LICENSE
URL: https://multidplyr.tidyverse.org,
https://github.com/tidyverse/multidplyr
BugReports: https://github.com/tidyverse/multidplyr/issues
Depends:
R (>= 3.6)
Imports:
callr (>= 3.5.1),
cli,
crayon,
dplyr (>= 1.0.0),
magrittr,
qs (>= 0.24.1),
R6,
rlang (>= 1.0.6),
tibble,
tidyselect,
vctrs (>= 0.3.6)
Suggests:
covr,
knitr,
lubridate,
mgcv,
nycflights13,
rmarkdown,
testthat (>= 3.0.2),
vroom,
withr
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2