Skip to content

Tags: R7788380/dplyr

Tags

v0.7.3

Toggle v0.7.3's commit message
CRAN release (tidyverse#3082)

v0.7.2

Toggle v0.7.2's commit message
Move build/run time checks to dr_dplyr

v0.7.1

Toggle v0.7.1's commit message
Update site

v0.7.0

Toggle v0.7.0's commit message
Update for CRAN submission

v0.6.0-rc

Toggle v0.6.0-rc's commit message
Update sql docs

v0.5.0

Toggle v0.5.0's commit message
Prepare for release

v0.2

Toggle v0.2's commit message
- Functions related to `tbl` and `src` stay in `dplyr` (tidyverse#26)…

…. Remove unused `make_tbl()`.

- Non-scalar input to `frame_data()` and `tibble()` (including lists) creates list-valued columns (tidyverse#7).
- Use C++ implementation for `as_data_frame.matrix()` (tidyverse#14). Also add former `matrixToDataFrame()` tests, and fix unwanted conversion to factor.
- `as_data_frame(NULL)` is 0-row 0-column data frame (tidyverse#17, @jennybc). `frame_data()` and `tibble()` create empty `data_frame` if no rows are given (tidyverse#20).
- `data_frame(NULL)` raises error "must be a 1d atomic vector or list".
- `lst(NULL)` doesn't raise an error anymore (tidyverse#17, @jennybc), but always uses deparsed expression as name (even for `NULL`).
- `trunc_mat()` and `print()` use `width` argument also for zero-row and zero-column data frames (tidyverse#18).
- `glimpse()` now (invisibly) returns `x`, so it can be used within a chain of `dplyr` verbs (@edwindj).
- `base::getElement()` now works with tibbles (tidyverse#9).
- Remove spurious usage of "dplyr" in documentation (tidyverse#3).
- Almost full test coverage.

v0.1-6

Toggle v0.1-6's commit message
- `frame_data()` forces list-mode columns if length-one lists are giv…

…en as input.

- Add tests for `matrixToDataFrame()`.
- `glimpse()` now (invisibly) returns `x`, so it can be used within a chain of `dplyr` verbs (@edwindj).

v0.1-5

Toggle v0.1-5's commit message
- Functions related to `tbl` and `src` stay in `dplyr` (tidyverse#26).

- `data_frame(NULL)` raises error "must be a 1d atomic vector or list".

v0.1-4

Toggle v0.1-4's commit message
- Non-scalar input to `frame_data()` and `tibble()` creates list-valu…

…ed columns (tidyverse#7).

- `frame_data()` and `tibble()` create empty `data_frame` if no rows are given (tidyverse#20).
- `as_data_frame(NULL)` is 0-row 0-column data frame (tidyverse#17, @jennybc).
- `lst(NULL)` doesn't raise an error anymore (tidyverse#17, @jennybc), but always uses deparsed expression as name (even for `NULL`).
- `trunc_mat()` and `print()` use `width` argument also for zero-row and zero-column data frames (tidyverse#18).