Version: 2.2-3 Date: 2019-04-09 Text: added significance specification in delim.table Version: 2.2-1 Text: fixed column spacing in print.xtab Version: 2.2 Date: 2015-10-20 Text: added imports for R CMD check Version: 2.1-1 Date: 2015-04-29 Text: changed all instances of nchar() to nzchar() Version: 2.1 Date: 2015-01-20 Text: added a print method for the "describe" function Version: 2.0-9 Text: rewrite of the "describe" family Version: 2.0-8 Date: 2014-05-25 Text: Add TIFF device to htmlize Version: 2.0-7 Date: 2013-04-14 Text: Rebuild for R-3.0 Version: 2.0-6 Date: 2012-11-24 Text: nothing really Version: 2.0-5 Date: 2012-09-06 Text: added the ability to stack a matrix of values to rep_n_stack fixed the bug in describe.logical when all values were either TRUE or FALSE Version: 2.0-4 Date: 2012-01-22 Text: fixed the freq function that I totally screwed up in 2.0-2 Version: 2.0-3 Date: 2012-01-17 Text: removed the deprecated mean(data.frame) call by coercing to matrix finally fixed the value name spacing in describe.factor Version: 2.0-2 Text: made decreasing order in freq optional Version: 2.0-1 Date: 2011-09-06 Text: fixed the right alignment in the decimal.align function reformatted the non-HTML tables in print.xtab new skew function and, of course, it now has a NAMESPACE Version: 2.0 Date: 2011-08-08 Text: added optional HTML formatting to the xtab function added sorting to the freq function added the rep_n_stack function to reshape data frames Version: 1.9-1 Text: increased the default spacing for variable names to 20 in describe Version: 1.9 Date: 2011-06-17 Text: finally fixed the spacing in the column names in print.xtab Version: 1.8-9 Date: 2011-06-04 Text: I think I've finally fixed the justification in truncString Version: 1.8-8 Text: added the fname.space argument to the describe function Version: 1.8-7 Text: added truncation for long column labels in print.xtab added the addxtabs function Version: 1.8-6 Date: 2010-12-01 Text: fixed the formatting bug in print.xtab that I introduced in version 1.8-5 added the skew function Version: 1.8-5 Date: 2010-11-18 Text: More rewriting of the describe family added the truncString function Version: 1.8-4 Date: 2010-11-04 Text: rewriting of the describe family for better formatting Version: 1.8-3 Date: 2010-10-26 Text: added vertical list output in the describe functions Version: 1.8-1 Date: 2010-01-24 Text: removed _all_ the \samp tags Version: 1.8 Date: 2010-01-08 Text: rewrote xtab to return a nested list when more than one table is generated. removed \samp tags from \link tags Version: 1.7 Date: 2009-11-11 Text: added the or (odds ratio) argument to the xtab and print.xtab functions and the automatic display of relative risk. fixed the integer overflow in print.xtab (thanks to Harold Baize).