-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
241 lines (124 loc) · 3.17 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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
basr 0.12
=========
NEW FEATURE
* `ncut`: Cut into classes of equal size
basr 0.11
=========
NEW FEATURE
* `summaryIC`: Now provide *IC weights in an additional column.
basr 0.10.1
===========
BUG FIX
* `reclass`: Now vectorized, fixes the problem of colliding values of
'x' and 'from'.
basr 0.10
=========
NEW FEATURE
* `nsubset`: Subset according to frequency of a column (WARNING:
replaces `nselect`!).
basr 0.9
========
NEW FEATURE
* `colNA`: Number of NAs by column.
* `summaryIC`: Summary of AIC/BIC.
basr 0.8.1
==========
ENHANCEMENT
* `memUse`: Return 0 if no object is present in the specified
environment.
basr 0.8
========
NEW FEATURE
* `memUse`: Show memory usage of saved objects.
basr 0.7.6
==========
NEW FEATURE
* `reclass`: `from` can be a matrix of reclassification.
basr 0.7.5
==========
NEW FEATURE
* `plot.confint`: Now colorize CIs non-overlapping with zero + new argument
`add.signif` to add an asterisk for these CIs.
basr 0.7.4
==========
NEW FEATURE
* `reclass`: New arguments `factor` and `...`.
ENHANCEMENT
* `values` renamed to `reclass` to avoid confusion with `raster`.
basr 0.7.3
==========
NEW FEATURE
* `attpkglist`: List attached packages. Used by `savepkglist`
* `.loadpkglist`: Load the `.Rpackages` file at startup
BUG FIXES
* `loadpkglist`: Fixed search order problem (see new function
`.loadpkglist`)
basr 0.7.2
==========
ENHANCEMENT
* `togray`/`togrey`: Argument `inverse` implemented
basr 0.7.1
==========
BUG FIXES
* `extrange`: Argument `na.rm` implemented
* Various corrections in the documentation
basr 0.7
========
NEW FEATURE
* `togray`/`togrey`: Convert continuous variable to grey levels
basr 0.6.1
==========
ENHANCEMENT
* `dynamitePlot`: more sensible defaults, new arguments `sym` and
`head`, argument `arr.lwd` renamed to `lwd`
basr 0.6
========
NEW FEATURE
* `confint`: Confidence Intervals for Model Parameters
basr 0.5.3
==========
FEATURE REMOVED
* `pandoc`: Use now `knitr:::pandoc`
basr 0.5.2
==========
BUG FIXES
* `pandoc`: The default css is now http://ase-research.org/R/rmd.css
basr 0.5.1
==========
NEW FEATURES
* `pandoc`: New argument `format` for the output format
basr 0.5
========
NEW FUNCTION
* `pandoc`: Convert using `Pandoc`
basr 0.4
========
NEW FUNCTION
* `extrange`: Extended range
basr 0.3
========
NEW FUNCTION
* `cv`: coefficient of variation
basr 0.2
========
BUG FIXES
* `savepkglist`: throws an error if there is no attached package
* `save.image`: handles errors in `savehistory` and `savepkglist`
basr 0.1
========
NEW FUNCTIONS
* `capwords`: capitalizing
* `dynamitePlot`: creates dynamite plots
* `getcolors`: choosing colors visually
* `loadpkglist`: load or save the list of attached packages
* `manual`: generate package reference manual
* `mv`: rename an R object
* `nselect`: subsetting tables given occurrences
* `q`: terminate an R session
* `quit`: terminate an R session
* `save.image`: save the current workspace
* `savepkglist`: load or save the list of attached packages
* `se`: standard errors
* `table`: modified table function to handle NAs
* `values`: change the values of a vector
* `writeFunction`: function output