NEWS
prettyR 2.2-3 (2019-04-09)
- added significance specification in delim.table
prettyR 2.2-1
- fixed column spacing in print.xtab
prettyR 2.2 (2015-10-20)
- added imports for R CMD check
prettyR 2.1-1 (2015-04-29)
- changed all instances of nchar() to nzchar()
prettyR 2.1 (2015-01-20)
- added a print method for the "describe" function
prettyR 2.0-9
- rewrite of the "describe" family
prettyR 2.0-8 (2014-05-25)
- Add TIFF device to htmlize
prettyR 2.0-7 (2013-04-14)
prettyR 2.0-6 (2012-11-24)
prettyR 2.0-5 (2012-09-06)
- 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
prettyR 2.0-4 (2012-01-22)
- fixed the freq function that I totally screwed up in 2.0-2
prettyR 2.0-3 (2012-01-17)
- removed the deprecated mean(data.frame) call by coercing to matrix
finally fixed the value name spacing in describe.factor
prettyR 2.0-2
- made decreasing order in freq optional
prettyR 2.0-1 (2011-09-06)
- 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
prettyR 2.0 (2011-08-08)
- added optional HTML formatting to the xtab function
added sorting to the freq function
added the rep_n_stack function to reshape data frames
prettyR 1.9-1
- increased the default spacing for variable names to 20 in describe
prettyR 1.9 (2011-06-17)
- finally fixed the spacing in the column names in print.xtab
prettyR 1.8-9 (2011-06-04)
- I think I've finally fixed the justification in truncString
prettyR 1.8-8
- added the fname.space argument to the describe function
prettyR 1.8-7
- added truncation for long column labels in print.xtab
added the addxtabs function
prettyR 1.8-6 (2010-12-01)
- fixed the formatting bug in print.xtab that I introduced in version 1.8-5
added the skew function
prettyR 1.8-5 (2010-11-18)
- More rewriting of the describe family
added the truncString function
prettyR 1.8-4 (2010-11-04)
- rewriting of the describe family for better formatting
prettyR 1.8-3 (2010-10-26)
- added vertical list output in the describe functions
prettyR 1.8-1 (2010-01-24)
- removed _all_ the \samp tags
prettyR 1.8 (2010-01-08)
- rewrote xtab to return a nested list when more than one table
is generated.
removed \samp tags from \link tags
prettyR 1.7 (2009-11-11)
- 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).