Skip to content

Releases: lwjohnst86/carpenter

carpenter 0.2.2

06 Feb 19:22
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue where factor ordering changes (#11; #13)
  • Fix errors due to update to dplyr (explicitly define dplyr::n()) and switch
    over to using _at dplyr versions.

General additions

  • Add code coverage and appveyor.

carpenter 0.2.1

01 Jun 22:57
Compare
Choose a tag to compare

Bug fixes

  • Fixed ERRORS in CRAN results due to changes and version update in dplyr
  • Fixed ERRORS in pander and table output due to changes in dplyr

Misc

  • Added tableone package to resources in vignette

carpenter 0.2.0

05 Aug 19:46
Compare
Choose a tag to compare

First release to CRAN!

Updates from developmental versions

  • Major rewrite of the underlying code for carpenter, making it more rigorous
    and sturdy (compared to the previous version).
  • Added test suites to confirm the package does what it should.
  • Wrote a introduction vignette.
  • Added resources for other packages that make tables.
  • Added a NEWS.md file to track changes to the package.