Changes in version 0.18.0.9000 CHANGES Changes in version 0.18.0 (2023-02-05) CHANGES - Refactoring of the build configuration script to use R to find the settings to use for building rmatio. - Static code analysis of the codebase has been performed using the lintr package in order to improve code style, consistency and readability. Changes in version 0.17.0 (2023-01-25) CHANGES - Updated the build configuration script to use R to find the compiler to use. Changes in version 0.16.0 (2021-10-27) CHANGES - Update the build configuration script to pass R CMD check. Changes in version 0.15.0 (2021-06-14) CHANGES - Changed the R dependency to R(>= 3.2). - Refactoring of the Windows build configuration. - Removed the 'LazyData' field in the DESCRIPTION file. Changes in version 0.14.0 (2019-03-18) BUG FIXES - Fixed memory protection errors reported by the 'rchk' tool. - Fixed memory leaks reported by valgrind. Changes in version 0.13.0 (2019-03-10) BUG FIXES - Fixed memory protection errors reported by the 'rchk' tool. - Removed an unused configuration variable. - Fixed a potential segfault error by adding a check before usage of a non-null pointer to the variable name when reading data. Changes in version 0.12.0 (2017-07-28) CHANGES - Fixed registration of native routines called from R. - Added importFrom 'download.file' and 'packageVersion' from utils to NAMESPACE. - Updated the bundled matio C library to commit '8b44851' (v1.5.10) from 14 Feb 2017. Changes in version 0.11.0 (2014-12-17) CHANGES - Added SystemRequirements (zlib headers and library) field to DESCRIPTION - Replaced ZLIB_LIBS with -lz in src/Makevars.win - Updated maintainer email - Changed 'Title' field in DESCRIPTION to title case Changes in version 0.10.0 (2014-05-10) CHANGES - Instead of raising an error when reading a function class type, give a warning and read data structure as NULL. Changes in version 0.9.0 (2014-01-18) CHANGES - Improved test code layout to give better information in case of error - Each write/read test case run with a unique tempfile - Depends on R(>=3.0.2) BUG FIXES - Fix memory leaks - Removed usage of LENGTH on a S4SXP object Changes in version 0.8.0 CHANGES - Added missing field in DESCRIPTION, Biarch: true - Removed usage of testthat when testing the package. Changes in version 0.7.0 (2014-01-11) CHANGES - Updated documentation - Moved data files to inst/extdata - Fix configuration Changes in version 0.6.0 CHANGES - Fix Makevars and Makevars.win Changes in version 0.5.0 CHANGES - Removed bundled zlib in src/zlib Changes in version 0.4.0 CHANGES - Moved matio source code to subdirectory of src - Moved zlib source code to subdirectory of src Changes in version 0.3.0 NEW FEATURES - Updated package documentation. Changes in version 0.2.0 NEW FEATURES - Supports reading MAT version 4, MAT version 5 and MAT compressed version 5. - Supports writing version 5 MAT files and version 5 files with variable compression. - Added compression with zlib. - Updated matio to ver 1.5.2 Changes in version 0.1.0 NEW FEATURES - Added support to write a list data structure. Changes in version 0.0.8 NEW FEATURES - Added support to write a logical vector. - An integer vector is now written as a signed 32 bit integer instead of as a double. Changes in version 0.0.7 NEW FEATURES - Added support to write a character vector. Changes in version 0.0.6 NEW FEATURES - Added support to read a dense logical matrix. Changes in version 0.0.5 NEW FEATURES - Added support to read a sparse logical matrix. - Added support to read struct and cell data types. Changes in version 0.0.4 NEW FEATURES - Added support to read/write n-dimensional arrays. Changes in version 0.0.3 NEW FEATURES - Added option for MAT file version to create in write.mat. Currently only support for Matlab level-5 file (MAT5) from rmatio package. - Removed option overwrite from write.mat. Changes in version 0.0.2 NEW FEATURES - Updated matio C library code to version 1.5.1 Changes in version 0.0.1 NEW FEATURES - Initial package structure