Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley authored and cran-robot committed Jun 24, 2016
1 parent 85da30c commit 9ce4b61
Show file tree
Hide file tree
Showing 410 changed files with 13,801 additions and 10,546 deletions.
49 changes: 26 additions & 23 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dplyr
Type: Package
Version: 0.4.3
Version: 0.5.0
Title: A Grammar of Data Manipulation
Description: A fast, consistent tool for working with data frame like objects,
both in memory and out of memory.
Expand All @@ -12,37 +12,40 @@ Authors@R: c(
URL: https://github.com/hadley/dplyr
BugReports: https://github.com/hadley/dplyr/issues
Depends: R (>= 3.1.2)
Imports: assertthat, utils, R6, Rcpp, magrittr, lazyeval (>= 0.1.10),
DBI (>= 0.3)
Suggests: RSQLite (>= 1.0.0), RMySQL, RPostgreSQL, data.table,
testthat, knitr, microbenchmark, ggplot2, mgcv, Lahman (>=
3.0-1), nycflights13, methods
Imports: assertthat, utils, R6, Rcpp (>= 0.12.3), tibble, magrittr,
lazyeval (>= 0.1.10), DBI (>= 0.4.1)
Suggests: RSQLite (>= 1.0.0), RMySQL, RPostgreSQL, testthat, knitr,
microbenchmark, ggplot2, mgcv, Lahman (>= 3.0-1), nycflights13,
methods, rmarkdown, covr, dtplyr
VignetteBuilder: knitr
LazyData: yes
LinkingTo: Rcpp (>= 0.12.0), BH (>= 1.58.0-1)
LazyData: yes
License: MIT + file LICENSE
Collate: 'RcppExports.R' 'all-equal.r' 'bench-compare.r' 'chain.r'
'cluster.R' 'colwise.R' 'compute-collect.r' 'copy-to.r'
'data-lahman.r' 'data-nasa.r' 'data-nycflights13.r'
Collate: 'RcppExports.R' 'all-equal.r' 'bench-compare.r' 'bind.r'
'case_when.R' 'coalesce.R' 'colwise.R' 'compute-collect.r'
'copy-to.r' 'data-lahman.r' 'data-nasa.r' 'data-nycflights13.r'
'data-temp.r' 'data.r' 'dataframe.R' 'dbi-s3.r' 'desc.r'
'distinct.R' 'do.r' 'dplyr.r' 'explain.r' 'failwith.r'
'frame-data.R' 'funs.R' 'glimpse.R' 'group-by.r'
'group-indices.R' 'group-size.r' 'grouped-df.r' 'grouped-dt.r'
'id.r' 'inline.r' 'join.r' 'lead-lag.R' 'location.R' 'manip.r'
'distinct.R' 'do.r' 'dplyr.r' 'explain.r' 'failwith.r' 'funs.R'
'group-by.r' 'group-indices.R' 'group-size.r' 'grouped-df.r'
'id.r' 'if_else.R' 'inline.r' 'join.r' 'lazy-ops.R'
'lead-lag.R' 'location.R' 'manip.r' 'na_if.R' 'near.R'
'nth-value.R' 'order-by.R' 'over.R' 'partial-eval.r'
'progress.R' 'query.r' 'rank.R' 'rbind.r' 'rowwise.r'
'progress.R' 'query.r' 'rank.R' 'recode.R' 'rowwise.r'
'sample.R' 'select-utils.R' 'select-vars.R' 'sets.r'
'sql-escape.r' 'sql-star.r' 'src-local.r' 'src-mysql.r'
'src-postgres.r' 'src-sql.r' 'src-sqlite.r' 'src.r' 'tally.R'
'tbl-cube.r' 'tbl-df.r' 'tbl-dt.r' 'tbl-sql.r' 'tbl.r'
'top-n.R' 'translate-sql-helpers.r' 'translate-sql-base.r'
'translate-sql-window.r' 'translate-sql.r' 'type-sum.r'
'utils-dt.R' 'utils-format.r' 'utils.r' 'view.r' 'zzz.r'
'sql-build.R' 'sql-escape.r' 'sql-generic.R' 'sql-query.R'
'sql-render.R' 'sql-star.r' 'src-local.r' 'src-mysql.r'
'src-postgres.r' 'src-sql.r' 'src-sqlite.r' 'src-test.r'
'src.r' 'tally.R' 'tbl-cube.r' 'tbl-df.r' 'tbl-lazy.R'
'tbl-sql.r' 'tbl.r' 'tibble-reexport.r' 'top-n.R'
'translate-sql-helpers.r' 'translate-sql-base.r'
'translate-sql-window.r' 'translate-sql.r' 'utils-format.r'
'utils-replace-with.R' 'utils.r' 'view.r' 'zzz.r'
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2015-08-31 18:19:11 UTC; hadley
Packaged: 2016-06-23 21:54:41 UTC; hadley
Author: Hadley Wickham [aut, cre],
Romain Francois [aut],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2015-09-01 18:15:02
Date/Publication: 2016-06-24 15:37:11
706 changes: 368 additions & 338 deletions MD5

Large diffs are not rendered by default.

Loading

0 comments on commit 9ce4b61

Please sign in to comment.