v0.6
Release 0.6 is a maintenance release for a slowly but steadily maturing package. Besides the usual bug fixes, we remove some deprecated functions and make minor changes to the wb_styles
functions. Also, feature requests have been fulfilled (reading empty named columns with skipEmptyCols
/skipEmptyRows
and dims
argument in wb_clean_sheet()
).
Style functions now accept numeric, integer or logical arguments where applicable. Previously only characters were accepted, now wb_add_font(size = 11)
is as valid as wb_add_font(size = "11")
. The upgrade vignette has been extended with some pipes examples in addition to the chains. Applicability for R versions < R 4.1.0 has been restored.
The release 0.6 is the seventh openxlsx2
release which is available under CRAN. However, the package is not yet fully stable. Until the stable version 1.0 there may still be changes in the API. A look at the issue tracker and the NEWs is recommended in any case.
What's Changed
- 552 write null by @jmbarbone in #553
- [wb_to_df] modify skipEmptyCols/skipEmptyRows. closes #554 by @JanMarvin in #555
- Type date conv by @JanMarvin in #551
- Cleanup deprecated by @JanMarvin in #548
- use as_xml_attr() in wb_styles functions. closes #557 by @JanMarvin in #558
- add dims argument to wb_clean_sheet(). closes #562 by @JanMarvin in #563
- extend examples for chains and pipes. closes #561 by @JanMarvin in #564
- add std namespace to isfinite. closes #565 by @JanMarvin in #567
- avoid dot functions of R > 3.4.0. closes #568 by @JanMarvin in #569
- release 0.6 by @JanMarvin in #572
Full Changelog: v0.5.1...v0.6