-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathNEWS
38 lines (21 loc) · 792 Bytes
/
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
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