v0.3
Pre-release
Pre-release
- Features
- New
as_data_frame.table()
with argumentn
to control name of count column (#22, #23). - New function
repair_names()
fixes missing and duplicate names (#10, #15, @r2evans). frame_data()
now also creates a list column if one of the entries is a list (#32).- New
rownames_to_column()
andcolumn_to_rownames()
functions, replaceadd_rownames()
(#11, @zhilongjia). - Use
tibble
prefix for options (#13, #36).
- New
- Documentation
- Prepare CRAN release
- Use new-style
.travis.yml
- Use AppVeyor for testing.
- Finer coverage analysis (#37).
- Check with win-builder and valgrind.
- Fix NOTE from
R CMD check
.
- Use new-style