Skip to content

Releases: TysonStanley/furniture

furniture 1.9.13

02 Sep 20:29
Compare
Choose a tag to compare

Lucky 13! This release includes several minor fixes (mostly documentation).

Furniture 1.8.2

05 Oct 20:31
Compare
Choose a tag to compare

Version 1.8.1

A minor update to fix an error that occurred when only a single variable was being summarized.

Version 1.8.0

  • When piping with table1(), it no longer returns the data set. This feature caused too many unexpected issues.
  • The class of table1 is now no longer tied to the data.frame, for printing purposes. It is still possible to coerce to a data.frame using as.data.frame().
  • Using the var_names argument is now deprecated. In its place, it is recommended to name the variable in place (e.g., "General Health" = gen_health will produce the label General Health in the table instead of the variable name of gen_health).
  • Fixed issue of having an underscore in a variable name in output = "latex2".
  • Added new attaching message more like the tidyverse to provide information about function conflicts.
  • Added mutate_rowmeans() and mutate_rowsums() to more easily get the rowmeans/rowsums of a larger list of variables using the syntax that can be used within dplyr::select() (e.g., var1:var30 for selecting var1 through var30 in the data frame).

Updated `furniture` version 1.7.6

04 Apr 18:59
Compare
Choose a tag to compare

Latest release of the furniture package, complete with updated "latex2" options for table1() and tableC(). Other minor bug fixes as well. See NEWS.md file for more information.

furniture v1.7.2

13 Nov 07:38
Compare
Choose a tag to compare

New furniture R package released with several new features. See NEWS.md for more information.

Furniture Version 1.4.1

12 Dec 23:44
Compare
Choose a tag to compare

Major updates to the package:

  1. table1 has several new features, including simple and condense.
  2. tableM which is built on table1 can analyze a stratifying variable with missingness.

Enjoy!

Bug Fixes and Additions

15 Nov 18:41
Compare
Choose a tag to compare

The new release contains bug fixes that are necessary for table1 to function properly in some contexts. In addition, simple_table1 was added as an alternative to table1.

Enjoy!

Current CRAN Version

21 Oct 15:26
Compare
Choose a tag to compare

Version 1.2.0 is the current CRAN version. A few bug fixes and various changes in dependencies were included in this update.

The updates should not change any functions currently being uses from the older releases.

Next Major Release

17 Oct 21:21
Compare
Choose a tag to compare

Version 1.1.0 has fixed various issues with table1 and includes a simple cross tabs operator %xt%. See NEWS.md and README.md for more information.

Release 1.0.0

19 Sep 20:46
Compare
Choose a tag to compare

The furniture package version 1.0.0 to be submitted to CRAN. There are no ERRORs, WARNINGs or NOTEs. Supported on Mac OS X, Windows, and Linux systems. Is the condensed version of the package (with table1() and washer() as the main functions).