-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNEWS
149 lines (89 loc) · 3.41 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
ztable 0.2.4
=============
(14-Jul-2023)
* Bug-fixed(display factor levels in ztable.cbind.mytable)
ztable 0.2.3
=============
(28-Sep-2021)
* changed function color2hex() to meet changes in R-devel(svn rev 80946)
ztable 0.2.2
=============
(6-Oct-2020)
* Bug-fixed(Replace return with return() according to CRAN pollicy)
ztable 0.2.1
=============
(20-Mar-2019)
* Bug-fixed
ztable 0.2.0
=============
(22-May-2018)
* New function "ztable.table","gradientColor","makeHeatmap" added
* New vignette "heatmapTable" added
ztable 0.1.9
=============
(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
ztable 0.1.8
============
(24-Apr-2018)
* New function added "addFrontColor" which add font color of ztable
* addcgroup and addrgroup functions now are able to set font colors
ztable 0.1.7
============
(11-Nov-2017)
* ztable.glm uses confint.dafault to compute confidence interval
* A shiny app "ztableDemo" added in inst folder
ztable 0.1.6
============
(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
ztable 0.1.5
============
(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
ztable 0.1.4
============
(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"
ztable 0.1.3
============
(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
ztable 0.1.2
============
(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
ztable 0.1.1
=============
(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).
ztable 0.1.0
==============
(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