-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNEWS
More file actions
62 lines (34 loc) · 1.1 KB
/
NEWS
File metadata and controls
62 lines (34 loc) · 1.1 KB
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
version 0.4.0
* Convert license to MIT
version 0.3.3
* Add flag to remove scientific notation from 'booktabs' tables.
* Clean up some of the boilerplate documentation at the top of each
source file
* Add a copy of the GPL
version 0.3.2
* Specifies files to ignore during installation
version 0.3.1
* Adds a list of files to ignore during R installation (.git, .gitignore)
version 0.3.0
* Moves the source code out of noweb
version 0.2.7:
* Adds a parallel version of 'replicate'
version 0.2.6:
* Adds a check to booktabs: warn if 'drop' lists columns not in
the data frame.
* Adds 'joins'
version 0.2.5:
* Find the equivalent of /dev/null on non-Linux OSes
version 0.2.4:
* Large reorganization of directory structure (again)
version 0.2.3:
* Fixed bug in booktabs: formatting the first column of a data frame
version 0.2.2:
* Made the licensing for this package more explicit.
* Reorganized the directory structure to hopefully make things more
clear
version 0.2.1:
* forgot to update news. oops.
version 0.2.0:
* Starting to treat this project seriously and log things in a
standard way.