NEWS | R Documentation |
Update bundled liborigin
, fixing issues related to newer
project files.
Update liborigin
from 3.0.0
with patches to the
officially released version 3.0.1
, fixing some correctness
issues.
Use the ‘comment’ attribute (as in comment()
function) for spreadsheet imports in addition to ‘comments’
attribute (as before)
Pass the ...
arguments from read.opj
to
as.data.frame
, making it possible to set
stringsAsFactors
and other parameters
New tree
parameter to return the objects in a tree
structure instead of a flat list
Prevent truncation of long tables when importing large files
Fix a memory leak possibly resulting from misuse of
tree.hh
library
Decode strings using Riconv
interface instead of
Rcpp::Function
call, making it much faster
Added support for multi-spreadsheets, matrices and notes
Correctly decode byte strings read from the file
Fix undefined variable access found by UBSan