Package: multidplyr
Title: A Multi-Process 'dplyr' Backend
Version: 0.1.1
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre"),
             email = "hadley@rstudio.com"),
      person(given = "RStudio",
             role = "cph"))
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.5.0)
Imports: callr (>= 3.5.1), crayon, dplyr (>= 1.0.0), magrittr, qs (>=
        0.24.1), R6, rlang, tibble, vctrs (>= 0.3.6), tidyselect
Suggests: covr, knitr, lubridate, mgcv, nycflights13, rmarkdown,
        testthat (>= 3.0.2), vroom, withr
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2021-12-01 20:53:43 UTC; hadleywickham
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2021-12-01 21:10:02 UTC
