https://github.com/hadley/dplyr
Raw File
Tip revision: 98b8a0f5de25e238ac97514da24ec228610c8701 authored by Lionel Henry on 19 January 2021, 09:23:23 UTC
Merge pull request #5686 from lionel-/fix-warning-overhead
Tip revision: 98b8a0f
DESCRIPTION
Type: Package
Package: dplyr
Title: A Grammar of Data Manipulation
Version: 1.0.3.9000
Authors@R: 
    c(person(given = "Hadley",
             family = "Wickham",
             role = c("aut", "cre"),
             email = "hadley@rstudio.com",
             comment = c(ORCID = "0000-0003-4757-117X")),
      person(given = "Romain",
             family = "François",
             role = "aut",
             comment = c(ORCID = "0000-0002-2444-4226")),
      person(given = "Lionel",
             family = "Henry",
             role = "aut"),
      person(given = "Kirill",
             family = "Müller",
             role = "aut",
             comment = c(ORCID = "0000-0002-1416-3412")),
      person(given = "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: https://dplyr.tidyverse.org,
    https://github.com/tidyverse/dplyr
BugReports: https://github.com/tidyverse/dplyr/issues
Depends: 
    R (>= 3.3.0)
Imports: 
    ellipsis,
    generics,
    glue (>= 1.3.2),
    lifecycle (>= 0.2.0),
    magrittr (>= 1.5),
    methods,
    R6,
    rlang (>= 0.4.9),
    tibble (>= 2.1.3),
    tidyselect (>= 1.1.0),
    utils,
    vctrs (>= 0.3.5)
Suggests: 
    bench,
    broom,
    callr,
    covr,
    DBI,
    dbplyr (>= 1.4.3),
    knitr,
    Lahman,
    lobstr,
    microbenchmark,
    nycflights13,
    purrr,
    rmarkdown,
    RMySQL,
    RPostgreSQL,
    RSQLite,
    testthat (>= 2.1.0),
    withr
VignetteBuilder: 
    knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
back to top