-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
401 lines (236 loc) · 11.2 KB
/
ChangeLog
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
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
2025-01-22 Enrico Schumann <[email protected]>
* R/functions.R (toHTML.data.frame): 'col.names'
can be a character vector, specifying the column
names to be used
2024-12-19 Enrico Schumann <[email protected]>
* R/table.R (read_HTMLtable): add draft of function,
not yet exported
2024-05-24 Enrico Schumann <[email protected]>
* R/functions.R (HTMLrm): add argument 'tag.replace',
which is used when replacing tags like '<something>'
and '</something>'; default is "", which matches the
current behaviour.
2024-05-21 Enrico Schumann <[email protected]>
* R/functions.R (toText.character): add method,
which handles named atomic character vectors
2024-04-01 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.4-1
* NAMESPACE: register default method for 'toHTML'
2024-04-01 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.4-0
2024-03-22 Enrico Schumann <[email protected]>
* R/functions.R (toHTML.data.frame): add argument
"replace.NA", for automatically replacing NAs;
NAs are noted /before/ any handlers are called
2024-03-18 Enrico Schumann <[email protected]>
* R/functions.R (HTMLrm): remove <style> and
<script> content
* inst/tinytest/test_HTMLrm.R: add tests
2024-03-12 Enrico Schumann <[email protected]>
* R/functions.R (HTMLrm): add function, which removes
HTML tags
2024-01-31 Enrico Schumann <[email protected]>
* R/functions.R (.ASCII.control.rx): add but do not
export regex for non-printable control characters
in ASCII
2023-07-27 Enrico Schumann <[email protected]>
* R/functions.R (toHTML.data.frame): add
argument 'td.id', with default FALSE
2023-04-01 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.3-2
2022-10-24 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.3-1
* R/char_refs.R: move " " behind
" " and "nbsp&", since the latter seem
more-widely supported
2022-09-06 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.3-0
* R/functions.R (insert): add function
2022-09-03 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.2-2
2021-09-09 Enrico Schumann <[email protected]>
* Scripts/html5-references.R: Named references
are now directly computed from
https://html.spec.whatwg.org/entities.json ;
which will allow easy update/checking in case
of standard changes. References are stored in
file R/char_refs.R .
* DESCRIPTION (Collate): have 'char_refs.R'
processed first
2021-04-01 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.2-1
2021-03-26 Enrico Schumann <[email protected]>
* R/functions.R (toText.data.frame): add method
for data frames
2021-02-16 Enrico Schumann <[email protected]>
* R/functions.R (HTMLdecode): change order of
named references so that "¬" (without ;) is
matched last. See bug report by Fangzhou Xie at
https://github.com/enricoschumann/textutils/issues/3
2020-08-24 Enrico Schumann <[email protected]>
* R/functions.R (toHTML.data.frame): fix
handling of one-row data frames
(toHTML.data.frame): new argument 'col.names',
with default TRUE. If FALSE, column names of
data frame are ignored
(toHTML.data.frame): 'row.names' may now be
either logical (as before) or a string, which
is then used as column name
2019-12-30 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.2-0
* R/functions.R (HTMLdecode): also decode
decimal and hexadecimal character references,
controlled by new arguments 'named', 'hex' and
'decimal'
(HTMLencode): new argument 'encode.only', to
restrict characters to be encoded
2019-11-13 Enrico Schumann <[email protected]>
* R/functions.R (here): fixed -- argument
'trim' was ignored for character vectors
2019-08-23 Enrico Schumann <[email protected]>
* DESCRIPTION (Imports): add tinytest,
remove RUnit
2019-06-04 Enrico Schumann <[email protected]>
* DESCRIPTION (Suggests): add RUnit
2019-05-01 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-11
* R/functions.R (here): explicitly close text
connection (which otherwise would be
garbage-collected anyway)
2019-03-27 Enrico Schumann <[email protected]>
* R/functions.R (HTMLencode): new argument
'use.iconv': if TRUE, use 'iconv' to convert
input to UTF-8 encoded string
2019-03-21 Enrico Schumann <[email protected]>
* R/functions.R (HTMLencode): fix regular
expression (reported by Jacqueline Nolis)
2019-02-18 Enrico Schumann <[email protected]>
* R/functions.R (here): add function (moved
from package 'esutils')
2019-01-18 Enrico Schumann <[email protected]>
* R/functions.R (dctable): add function (still
incomplete)
2018-12-14 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-10
* R/functions.R (toLatex.data.frame): new
argument eol, with default "\\\\"
* man/toLatex.data.frame.Rd: add man page
2017-08-16 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-9
2018-06-22 Enrico Schumann <[email protected]>
* DESCRIPTION (URL): add URL
(Maintainer): add ORCID
2018-06-15 Enrico Schumann <[email protected]>
* R/functions.R (title_case): export function
2018-06-14 Enrico Schumann <[email protected]>
* man/*: update documentation
2018-03-09 Enrico Schumann <[email protected]>
* R/functions.R (TeXencode): add function
2018-02-28 Enrico Schumann <[email protected]>
* R/functions.R (fill_in): new argument
'replace.NA'; if TRUE (the default), NA values
are replaced by the string "NA"
2017-12-18 Enrico Schumann <[email protected]>
* R/functions.R (toLatex.data.frame): new method
2017-11-15 Enrico Schumann <[email protected]>
* R/functions.R (fill_in): rename 'interp' to
'fill_in' and export function
2017-11-07 Enrico Schumann <[email protected]>
* R/functions.R (interp): new function; not
exported yet
2017-08-11 Enrico Schumann <[email protected]>
* R/functions.R (title_case): add function; not
yet exported
2017-06-21 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-8
* R/functions.R (toHTML.data.frame): new method
2017-03-30 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-7
* vignettes/btable.Rnw: replace magic numbers
2016-12-16 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-6
* DESCRIPTION (Description): expand description
2016-12-16 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-5
* R/functions.R (char2num): remove function
(expstr): remove function -- use 'strexp'
instead
2016-11-30 Enrico Schumann <[email protected]>
* inst/unitTests/ut_text.R: move all tests
to a single file
2016-11-28 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-4
* man/spaces.Rd: add man page
* R/functions.R (spaces): rename 'nspace' to
'spaces' and export the function
* inst/unitTests/ut_text.R (test.spaces): add tests
2016-11-25 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-3
* R/functions.R (HTMLdecode): add complete list
of entities
2016-11-24 Enrico Schumann <[email protected]>
* R/functions.R (HTMLdecode): add more entities
* man/trim.Rd: remove mention of 'rmspace',
which is no longer available; see ChangeLog of
2016-03-31
2016-11-23 Enrico Schumann <[email protected]>
* inst/unitTests/runTests.R: rewrite run script
for unit tests; update unit tests
* R/functions.R (pr_abbr): add outline of
function 'pr_abbr' ("pretty abbreviate")
2016-10-17 Enrico Schumann <[email protected]>
* NAMESPACE: import `utils::capture.output`
* man/HTMLdecode.Rd: add man page
2016-09-15 Enrico Schumann <[email protected]>
* R/functions.R (HTMLdecode): add function
2016-06-14 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-2
* R/functions.R (TeXunits): the function now
works when both 'from' and 'to' are vectors
2016-06-14 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.1-1
* NAMESPACE: document and export TeXunits
2016-06-13 Enrico Schumann <[email protected]>
* R/functions.R (TeXunits,.TeXunit.table): add
remaining units from TeXBook
2016-03-31 Enrico Schumann <[email protected]>
* R/functions.R (rmspace): remove function -- use
trim instead
2016-02-22 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): Version: 0.1-0
* man/btable.Rd, latexrule.Rd: added files
2015-11-17 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): Version: 0.0-6
* vignettes/tex_helpers.Rnw: added file
* R/functions.R (btable): new function
(latexrule): new function
2015-10-20 Enrico Schumann <[email protected]>
* R/functions.R (toHTML.text): new method
2015-10-15 Enrico Schumann <[email protected]>
* NEWS: added file (empty; it only points to the ChangeLog)
2015-10-15 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.0-5
* R/functions.R (char2num): the function now uses
'Sys.localeconv()[["decimal_point"]]' as the decimal separator;
but see the caveats at ?Sys.localeconv
* NAMESPACE: 'expstr' is no longer exported (use 'strexp' instead)
* man/rmrp.Rd: added man page
* man/strexp.Rd: added man page
* man/char2num.Rd: added man page
2015-09-29 Enrico Schumann <[email protected]>
* man/valign.Rd: added man page
2015-09-29 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): 0.0-4
* man/trim.Rd: new help page for 'trim'
* R/functions.R (rmspace): added call to '.Deprecated'.
2015-08-18 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): Version: 0.0-3
* R/functions.R (toText.default): 'toText.default' now attaches
'text' class
* R/functions.R (print.text): new method
2015-07-01 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): Version: 0.0-2
* R/functions.R (trim): removed/commented benchmark code
2015-05-08 Enrico Schumann <[email protected]>
* DESCRIPTION (Version): Version: 0.0-1
* R/functions.R: initial version