Skip to content

Commit f0a55d6

Browse files
author
Kirill Müller
committed
Merge branch 'release/0.2' into production
2 parents ed5ccb8 + 3545981 commit f0a55d6

File tree

2 files changed

+7
-38
lines changed

2 files changed

+7
-38
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Encoding: UTF-8
22
Package: tibble
33
Type: Package
4-
Version: 0.1-6
4+
Version: 0.2
55
Date: 2016-03-02
66
Title: Simple data frames
77
Description: Data frames and data sources in "dplyr" style.

NEWS.md

Lines changed: 6 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,16 @@
1-
Version 0.1-6 (2016-03-02)
1+
Version 0.2 (2016-03-02)
22
===
33

4-
- `frame_data()` forces list-mode columns if length-one lists are given as input.
5-
- Add tests for `matrixToDataFrame()`.
6-
- `glimpse()` now (invisibly) returns `x`, so it can be used within a chain of `dplyr` verbs (@edwindj).
7-
8-
9-
Version 0.1-5 (2016-02-29)
10-
===
11-
12-
- Functions related to `tbl` and `src` stay in `dplyr` (#26).
4+
- Functions related to `tbl` and `src` stay in `dplyr` (#26). Remove unused `make_tbl()`.
5+
- Non-scalar input to `frame_data()` and `tibble()` (including lists) creates list-valued columns (#7).
6+
- Use C++ implementation for `as_data_frame.matrix()` (#14). Also add former `matrixToDataFrame()` tests, and fix unwanted conversion to factor.
7+
- `as_data_frame(NULL)` is 0-row 0-column data frame (#17, @jennybc). `frame_data()` and `tibble()` create empty `data_frame` if no rows are given (#20).
138
- `data_frame(NULL)` raises error "must be a 1d atomic vector or list".
14-
15-
16-
Version 0.1-4 (2016-01-07)
17-
===
18-
19-
- Non-scalar input to `frame_data()` and `tibble()` creates list-valued columns (#7).
20-
- `frame_data()` and `tibble()` create empty `data_frame` if no rows are given (#20).
21-
- `as_data_frame(NULL)` is 0-row 0-column data frame (#17, @jennybc).
229
- `lst(NULL)` doesn't raise an error anymore (#17, @jennybc), but always uses deparsed expression as name (even for `NULL`).
2310
- `trunc_mat()` and `print()` use `width` argument also for zero-row and zero-column data frames (#18).
24-
25-
26-
Version 0.1-3 (2016-01-05)
27-
===
28-
29-
- Use C++ implementation for `as_data_frame.matrix()` (#14)
30-
- `as_data_frame(NULL)` returns `NULL` (#16, @jennybc)
31-
32-
33-
Version 0.1-2 (2015-12-30)
34-
===
35-
36-
- Add former `matrixToDataFrame()` tests, and fix unwanted conversion to factor.
11+
- `glimpse()` now (invisibly) returns `x`, so it can be used within a chain of `dplyr` verbs (@edwindj).
3712
- `base::getElement()` now works with tibbles (#9).
38-
39-
40-
Version 0.1-1 (2015-12-30)
41-
===
42-
4313
- Remove spurious usage of "dplyr" in documentation (#3).
44-
- Remove unused `make_tbl()`.
4514
- Almost full test coverage.
4615

4716

0 commit comments

Comments
 (0)