-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
75 lines (44 loc) · 1.45 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
v0.5-1 (2024-03-12; not yet released)
o ....
v0.5-0 (2024-01-31)
o readOrg: new argument 'table.missing'
v0.4-2 (2017-06-30)
o readOrg: new argument 'text', as in 'read.table',
which allows to read (small) inline tables
v0.4-1 (2017-03-21)
o First CRAN release.
v0.4-0 (2017-03-21)
o A vignette is added, which summarises the package's
functionality.
v0.2-3 (2017-03-20)
o Updates to documentation.
v0.2-2 (2017-02-27)
o Fixed -- argument 'dec' had been ignored by
'readOrg'.
v0.2-1 (2017-01-25)
o New method 'toOrg.POSIXt', which works for both
'POSIXct' and 'POSIXlt'.
v0.2-0 (2016-12-16)
o The package has been renamed to 'orgutils'.
v0.1-8 (2016-11-21)
o toOrg.Date: new argument 'inactive' to support
inactive timestamps
v0.1-7 (2016-09-06)
o Fixed -- 'stringsAsFactors' could not be passed to
'readOrg'.
v0.1-6 (2016-03-15)
o toOrg.data.frame: new argument 'row.names', which
controls whether row.names are added to the Org
table
v0.1-5 (2016-03-02)
o readOrg: all horizontal separator lines in a table,
i.e. those starting with '|-', are now skipped.
v0.1-4 (2016-02-29)
o Fixed -- in 'toOrg.data.frame', data.frames with
Date columns produced an error (thanks to Torsten
von Bartenwerffer for reporting)
v0.1-3 (2016-02-05)
o Fixed -- in 'toOrg.data.frame', column names of
factor columns would come out as NA.
v0.1-2 (2016-01-07)
o Initial version.