Skip to content
Permalink
18e0d91b24
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
64 lines (64 sloc) 1.71 KB
Type: Package
Package: dplyr
Title: A Grammar of Data Manipulation
Version: 0.7.4.9000
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("Romain", "Francois", , "romain@r-enthusiasts.com", role = "aut"),
person("Lionel", "Henry", role = "aut"),
person("Kirill", "Müller", role = "aut"),
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.1.2)
Imports:
assertthat (>= 0.2.0),
bindrcpp (>= 0.2.0.9000),
glue (>= 1.1.1),
magrittr (>= 1.5),
methods (>= 3.4.3),
pkgconfig (>= 2.0.1),
R6 (>= 2.2.2),
Rcpp (>= 0.12.15),
rlang (>= 0.1.6.9002),
tibble (>= 1.3.1),
tidyselect (>= 0.2.3),
utils
Suggests:
bit64 (>= 0.9.8),
covr (>= 3.0.1),
DBI (>= 0.7.14),
dbplyr (>= 1.2.0),
dtplyr (>= 0.0.2),
ggplot2 (>= 2.2.1),
hms (>= 0.4.1),
knitr (>= 1.19),
Lahman (>= 3.0-1),
mgcv (>= 1.8.23),
microbenchmark (>= 1.4.4),
nycflights13 (>= 0.2.2),
rmarkdown (>= 1.8),
RMySQL (>= 0.10.13),
RPostgreSQL (>= 0.6.2),
RSQLite (>= 2.0.10),
testthat (>= 2.0.0),
withr (>= 2.1.1)
LinkingTo:
BH (>= 1.58.0-1),
bindrcpp (>= 0.2.0.9000),
plogr (>= 0.1.10),
Rcpp (>= 0.12.15)
VignetteBuilder: knitr
Remotes:
krlmlr/bindrcpp,
krlmlr/plogr,
tidyverse/rlang
Encoding: UTF-8
LazyData: yes
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
RoxygenNote: 6.0.1.9000