- Fixed NOTE that resulted in some temporary files being left on non-interactive Debian systems.
- Fixed bug when no graphical devices are available fro exporting graphs (as pointed out by guokai8 on GitHub)
- Made export use officer and flextable rather than ReporteRs and rtable, as the latter wtwo ere removed from CRAN.
- Created table2spreadsheet() to generate table in a Microsoft Excel / LibreOffice Calc file or in a CSV (using either comma or semicolon as separation)
- table2spreadsheet() and table2office() use the "broom" package additionaly to the "xtable" package which allows for more data classes to be exported as tables
- Removed graph2tex() as it is better to use graph2bitmap or graph2pdf and to manually insert these in the LaTex document
- Created table2office() to generate tables in a presentation (Microsoft PowerPoint or LibreOffice) or in a document (Microsoft Word or LibreOffice) with similar behavior as graph2office().
- Automatic selection of paper size based on graph size in MS Office export
- Added Latex export of graphs & tables