-
Notifications
You must be signed in to change notification settings - Fork 17
/
NEWS
41 lines (31 loc) · 1.05 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
1.5.0
- Update libxlsxwriter from b0c76b33
1.4.2
- Bugfix for NA timestamps
1.4.1
- Fix strict-prototypes warnings
1.4.0
- Update libxlsxwriter to 1.0.3
1.3.1
- Fix a unit test in R-devel for timezone attribute comparisons
1.3
- write_xlsx gains option use_zip64 for 4GB+ file support
- libxslxwriter error messages are printed to REprintf instead of fprintf
- Handle overly long or duplicate sheet names
- The help assistant only appears once per session
1.2
- Update bundled libxlswriter 0.8.8
- xl_formula and xl_hyperlink now correctly support NA
- Oil clippy a bit
1.1
- Update bundled libxlswriter 0.8.4
- Do not write blank xlsx strings for NA and "" character values
- Coerce bit64 vectors to double with warning (xlsx does not have int64)
1.0
- Save R 'Date' types as proper datetime strings
- Update vendored libxlswriter to 0.7.6
0.2
- Add support for lists in write_xlsx() to create xlsx with multiple sheets
- Automatically coerce columns of type 'Date' and 'hms' to strings
0.1
- Initial CRAN release with clippy