Package: multidplyr
Title: A Multi-Process 'dplyr' Backend
Version: 0.1.2
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = c("aut", "cre")),
    person("RStudio", 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.4.0)
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.2.1
NeedsCompilation: no
Packaged: 2022-09-26 18:41:03 UTC; hadleywickham
Author: Hadley Wickham [aut, cre],
  RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2022-09-26 19:40:02 UTC
