Type: Package
Package: dplyr
Title: A Grammar of Data Manipulation
Version: 0.8.1
Authors@R: c(
    person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre"), comment = c(ORCID = "0000-0003-4757-117X")),
    person("Romain", "Fran\u00e7ois", role = "aut", comment = c(ORCID = "0000-0002-2444-4226")),
    person("Lionel", "Henry", role = "aut"),
    person("Kirill", "M\u00fcller", role = "aut", comment = c(ORCID = "0000-0002-1416-3412")),
    person("RStudio", role = c("cph", "fnd"))
    )
Description: A fast, consistent tool for working with data frame like objects,
    both in memory and out of memory.
License: MIT + file LICENSE
URL: http://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr
BugReports: https://github.com/tidyverse/dplyr/issues
Depends: R (>= 3.2.0)
Imports: assertthat (>= 0.2.1), glue (>= 1.3.1), magrittr (>= 1.5),
        methods, pkgconfig (>= 2.0.2), R6 (>= 2.4.0), Rcpp (>= 1.0.1),
        rlang (>= 0.3.4), tibble (>= 2.1.1), tidyselect (>= 0.2.5),
        utils
Suggests: bit64 (>= 0.9-7), callr (>= 3.2.0), covr (>= 3.2.1), DBI (>=
        1.0.0), dbplyr (>= 1.4.0), dtplyr (>= 0.0.3), ggplot2 (>=
        3.1.1), hms (>= 0.4.2), knitr (>= 1.22), Lahman (>= 6.0-0),
        lubridate (>= 1.7.4), MASS, mgcv (>= 1.8.23), microbenchmark
        (>= 1.4-6), nycflights13 (>= 1.0.0), rmarkdown (>= 1.12),
        RMySQL (>= 0.10.17), RPostgreSQL (>= 0.6-2), RSQLite (>=
        2.1.1), testthat (>= 2.1.1), withr (>= 2.1.2), broom (>=
        0.5.2), purrr (>= 0.3.2), readr (>= 1.3.1), crayon (>= 1.3.4)
LinkingTo: BH (>= 1.69.0-1), plogr (>= 0.2.0), Rcpp (>= 1.0.1)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: yes
RoxygenNote: 6.1.1
NeedsCompilation: yes
Packaged: 2019-05-08 09:12:13 UTC; romainfrancois
Author: Hadley Wickham [aut, cre] (<https://orcid.org/0000-0003-4757-117X>),
  Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>),
  Lionel Henry [aut],
  Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>),
  RStudio [cph, fnd]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2019-05-14 12:20:03 UTC
