Version: 0.2.4 Text: (14-Jul-2023) * Bug-fixed(display factor levels in ztable.cbind.mytable) Version: 0.2.3 Date: 2021-09-28 Text: (28-Sep-2021) * changed function color2hex() to meet changes in R-devel(svn rev 80946) Version: 0.2.2 Date: 2020-10-08 Text: (6-Oct-2020) * Bug-fixed(Replace return with return() according to CRAN pollicy) Version: 0.2.1 Text: (20-Mar-2019) * Bug-fixed Version: 0.2.0 Date: 2018-07-22 Text: (22-May-2018) * New function "ztable.table","gradientColor","makeHeatmap" added * New vignette "heatmapTable" added Version: 0.1.9 Text: (13-May-2018) * New function "color2hex", "palette2colors" and "ztable2flextable" added * "addColColor", "addRowColor" and "addCellColor" function can set background color and font color * New vignette "ztable_update" added * Bug-fixed Version: 0.1.8 Date: 2018-04-25 Text: (24-Apr-2018) * New function added "addFrontColor" which add font color of ztable * addcgroup and addrgroup functions now are able to set font colors Version: 0.1.7 Text: (11-Nov-2017) * ztable.glm uses confint.dafault to compute confidence interval * A shiny app "ztableDemo" added in inst folder Version: 0.1.6 Text: (16-Sep-2015) * new function added "addSigColor" which add color to row or cells with p-value less than sigp of ztable which is made from class "mytable" * "ztable" is compatible with magrittr Version: 0.1.5 Date: 2015-02-15 Text: (14-Feb-2015) * new function added "hlines" which add and delete horizontal lines of ztable easily * "ztable" supports an R object of nls and fitdistr class * bug fixed Version: 0.1.4 Date: 2015-02-06 Text: (6-Feb-2015) * "ztable" supports merging cells by "spanRow" and "spanCol" function * new function added "vlines" which add and delete vertical lines of ztable easily * "ztable"" puts horizontal space between column groups without vertical lines, but puts no space when vertical line is present between column groups. * "ztable" supports an R object of mytable and cbind.mytable class from the package "moonBook" Version: 0.1.3 Date: 2015-01-18 Text: (18-JAN-2015) * new function "addColColor" which add the background color(s) of column(s) of ztable * new function "addRowColor" which add the background color(s) of row(s) of ztable * new function "addCellColor" which add the background color(s) of cell(s) of ztable * new function "addrgroup" which add the row groups to ztable * new function "addcgroup" which add the column groups to ztable * new function "ztable2viewer" which shows the ztable of html format via rstudio::viewer() * "ztable" support row groups and column groups * "ztable" support LaTex, HTML and rstudio::viewer output Version: 0.1.2 Date: 2015-01-03 Text: (2-JAN-2015) * new function "update_ztable" which update the parameters of ztable. * ztable parameters can be changed with "print.ztable" function. * bug fixed * "ztable" support horizontal,vertical,diagonal striping and combind horizontal and vertical striping Version: 0.1.1 Date: 2014-12-19 Text: (19-Dec-2014) * new function "parallelTables" which places two or more ztables or figures side by side in LaTeX or HTML format. * bug fixed * "ztable" supports longtable, sidewaystable, wraptable and rotating table (turn and rotate). Version: 0.1.0 Date: 2014-12-15 Text: (15-Dec-2014) * new function "ztable" which creates zebra striping tables(tables with alternating row colors) in both LaTeX and html formats easily from mainly data.frame or an R object such as matrix, lm, aov, anova, glm and coxph objects. * new data "zcolors" added