Package: multidplyr
Title: A Multi-Process 'dplyr' Backend
Version: 0.1.0
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://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.18.3), R6, rlang, tibble, vctrs (>= 0.3.6)
Suggests: covr, knitr, lubridate, mgcv, nycflights13, rmarkdown,
        testthat (>= 3.0.0), vroom
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-02-03 19:45:41 UTC; hadley
Author: Hadley Wickham [aut, cre],
  RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2021-02-08 19:10:03 UTC
