Skip to content

v0.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@krlmlr krlmlr released this 10 Mar 21:20
· 4018 commits to main since this release
  • Features
    • New as_data_frame.table() with argument n 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() and column_to_rownames() functions, replace add_rownames() (#11, @zhilongjia).
    • Use tibble prefix for options (#13, #36).
  • Documentation
    • Add pre-tibble NEWS (#39, #40).
    • Include vignette (#38).
    • Expand README.
    • Fix typos in documentation.
    • Remove use of src() from examples.
  • 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.