forked from eusebe/ascii
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNEWS
59 lines (31 loc) · 1.3 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
Version 2.6
-----------
* Add asciiCoefmat, which is similar to printCoefmat. Note that ascii:::escape.org() now replaces * withg \star{} so that the p-value stars can be read in Org Mode. Please provide feedback if this causes any issues.
* Add ascii.microbenchmark.
Version 2.3
-----------
* New CRAN maintainer (with permission from @eusebe)
* Removed cacheSweave code (multiple dependencies archived on CRAN)
* Included weaver code internally (with permission from @seth)
* Tidied up the documentation for CRAN submission
Version 2.2
-----------
NEW FEATURES
* support summary.formula class from package Hmisc
Version 2.1
-----------
MINOR CHANGES
* add some exports in NAMESPACE (RweaveAscii, interleave.matrix, paste.matrix, expand, tocharac)
Version 2.0
-----------
NEW FEATURES
* +Report$export+ replaced by +Report$create+ (+export+ is a method already inherited in all Reference instances)
* add +plim+ format to format p-values
* +cbind.ascii+ now accepts any number of ascii objects
MAJOR CHANGES
* use Reference Classes instead of +proto+. +proto+ dependancy has been dropped
BUG FIXES
* fix +cbind.ascii+ with pandoc
* fix +ascii.mtable+ when +summary.stats = FALSE+
* fix bug in textile caption
* update all Sweave drivers to reflect recent changes in R, cacheSweave and weaver package