Releases: TysonStanley/furniture
furniture 1.9.13
Lucky 13! This release includes several minor fixes (mostly documentation).
Furniture 1.8.2
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 thedata.frame
, for printing purposes. It is still possible to coerce to adata.frame
usingas.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 labelGeneral Health
in the table instead of the variable name ofgen_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()
andmutate_rowsums()
to more easily get the rowmeans/rowsums of a larger list of variables using the syntax that can be used withindplyr::select()
(e.g.,var1:var30
for selectingvar1
throughvar30
in the data frame).
Updated `furniture` version 1.7.6
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
New furniture R package released with several new features. See NEWS.md
for more information.
Furniture Version 1.4.1
Major updates to the package:
table1
has several new features, includingsimple
andcondense
.tableM
which is built ontable1
can analyze a stratifying variable with missingness.
Enjoy!
Bug Fixes and Additions
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
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
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
The furniture
package version 1.0.0
to be submitted to CRAN. There are no ERROR
s, WARNING
s or NOTE
s. Supported on Mac OS X, Windows, and Linux systems. Is the condensed version of the package (with table1()
and washer()
as the main functions).