Changes in version 1.1.9 (2026-04-28) o Update DESCRIPTION (replace Author and Maintainer with Authors@R). Changes in version 1.1.8 (2023-11-27) o Fix compiler warning. Changes in version 1.1.7 (2023-03-22) o Fix foreign function call. Changes in version 1.1.6 (2023-03-08) o Fix new R CMD check warnings. Changes in version 1.1.5 (2021-02-16) o New option: descr.round.xtabs o Minor bug fixes. Changes in version 1.1.4 (2018-01-19) o Minor bug fixes. Changes in version 1.1.3 (2016-05-11) o Minor bug fixes. Changes in version 1.1.2 (2015-08-02) o New arguments for CrossTable and crosstab: row.labels, percent, total.c and total.r. o Turn digits argument of CrossTable into a list. o Improve label abbreviation algorithm for very wide cross tables. o Fix import notes during R CMD check --as-cran. Changes in version 1.1.1 (2015-05-06) o Bug fixes in forODFTable() and xtable.CrossTable(). Changes in version 1.1 (2015-04-14) o Change: o The plot.CrossTable() function now plots a mosaic graphic with rows and columns that mirror the output table. The x and y arguments of crosstab() were renamed indep and dep, respectively, to avoid the confusion with what should be xlab and ylab. The arguments user.missing.x and user.missing.y were also renamed. o Bug fix: o Use format.pval() to print p-value in print.CrossTable(). Changes in version 1.0.4 (2014-11-05) o Bug fixes: o R/labels2R.R: Accept negative values. o R/xtable.R: Add row and column total proportions to xtable (thanks to Johannes Herrmann for reporting the bug). o Changes: o New argument for compmeans: missing.include (thanks to Olivier Armand for reporting the issue that led to this change). o New argument for CrossTable: drop.levels. o New option: descr.na.replacement. Changes in version 1.0.3 (2014-08-01) o Bug fixes: o R/labels2R.R: Avoid infinite loop. o R/xtable.R: Avoid errors when either sresid or prop.chisq are TRUE. o src/descr.c: Read up to 32765 characters from input lines. Changes in version 1.0.2 (2013-11-01) o Bug fixes: o R/xtable.R: Fix column name "Total" and deal with "$" in label names. o Allow to change the values of xlim and ylim in histkdnc(). Thanks to Thomas W. MacFarland for reporting the bug. o Changes: o Make CrossTable() to print residuals even if format="SAS". o Make CrossTable() to print only what is set to TRUE. o CrossTable() doesn't output chisq.test() warnings if chisq = FALSE and prop.chisq = FALSE. o News functions: data.frame2txt() and labels2R(). Changes in version 1.0.1 (2013-01-15) o Bug fix: o src/fwf2csv.c: Free no longer used allocated memory. o Implement weighted boxplot for compmeans (code written by Stefan Kraft for the simPopulation package). Change: o Add option to suppress warnings: "descr.warn". Changes in version 1.0.0 (2012-11-18) o Bug fix: o src/fwf2csv.c: Don't cause stack smashing if field is wider than 255 characters (thanks to Anthony Damico for reporting the bug). Changes in version 0.9.9 (2012-09-25) o Bug fix: o Sort boxplots widths in compmeans if sort = TRUE. Changes in version 0.9.8 (2012-08-07) o Changes: o New argument for CrossTable(): cell.layout. o No longer produce weighted box plots. Changes in version 0.9.7 (2011-12-13) o Changes: o Boxplot made by compmeans now have relative widths and the boxes have gray color. o Adapt the width of cross tables to options("width"). o Bug fix: o CrossTable, crosstab and compmeans: Correctly calculate widths if the text is in Chinese (thanks to Wincent Ronggui Huang for reporting the bug). o print.CrossTable() and xtable.CrossTable(): handle the argument dnn, which was being ignored. Changes in version 0.4.2 (2011-11-25) o Changes: o Replace method odfTable.CrossTable with function forODFTable to avoid dependency on odfWeave which currently is not installable on Windows. o Bug fix: o CrossTable(): Improve documentation about default values of chisq, resid, sresid, and asresid. Set the value of expected to TRUE if residuals are requested (thanks for David Carlson for reporting the bugs). Changes in version 0.4.1 (2011-09-06) o Bug fix: o file.head(): Does not fail if file encoding is Latin1 or other single byte encoding and system encoding is UTF-8 (thanks to Sergio Martins for reporting the bug). Changes in version 0.4.0 (2011-06-25) o Changes: o odfTable method for object of class CrossTable. o Improved xtable method for object of class CrossTable. Changes in version 0.3.4 (2011-04-24) o Changes: o Objects of classes meanscomp, freqtable and CrossTable now have plot methods. Changes in version 0.3.3 (2011-02-17) o Changes: o compmeans(): When sort=T the boxplots are sorted too. Uses wtd.boxplot of package NEmisc. Returns a matrix instead of a list. o freq(): Returns a matrix instead of a list. o Changed the dependency of xtable from Depends to Imports. o fwf2csv: Only prints message about number of lines saved if the value of "verbose" option is TRUE. o New features: o Added argument user.missing to freq(), compmeans(), and crosstab(). Changes in version 0.3.2 (2009-10-11) o Bug fixes: o Fixed documentation link to read.fwf(). o Added domain = "R-descr" to all gettext(). o Fixed conversion of fwf into csv when the fwf had \r\n line terminators and R was running on Linux. Also fixed reading of strings with spaces. o Changes: o Inverted colors in the mosaic plot produced by crosstab(). o Only add cumulative percent to frequency table if the object is "ordered". o print.CrossTable(): o Removed the message "Total Observations in Table", since the number is printed in the table anyway. o Removed vertical bars from the output to give room for longer factor labels. o getOption("OutDec") now is used to format the numbers. o Expected frequency now is always printed with one decimal digit. o New features: o Added function file.head(), which shows the first lines of a file (useful before read.table()). Changes in version 0.3.1 (2009-08-13) o New features: o Included a version of CrossTable, adapted from gmodels package, with methods for print and xtable. o Added xtable methods for classes freqtable and meanscomp. Changes in version 0.3.0 (2009-06-08) o New features: o Added plot option to crosstab, compmeans and freq. o Renamed function crosstabs to crosstab. o LogRegR2 now accepts "probit" models. o Bug fixes: o Fixed bug in the weighted standard deviation calculus in compmeans.