Releases: stewid/rmatio
CRAN release v0.19.0
CRAN release v0.18.0
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.
CRAN release v0.17.0
CHANGES
- Updated the build configuration script to use R to find the compiler
to use.
CRAN version 0.15.0
CHANGES
-
Changed the R dependency to R(>= 3.2).
-
Refactoring of the Windows build configuration.
-
Removed the 'LazyData' field in the DESCRIPTION file.
CRAN version 0.14.0
BUG FIXES
-
Fixed memory protection errors reported by the 'rchk' tool.
-
Fixed memory leaks reported by valgrind.
CRAN version 0.13.0
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.
CRAN version 0.12.0
rmatio 0.12.0
-
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.
CRAN version 0.11.0
rmatio 0.11.0
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
CRAN version 0.10.0
rmatio 0.10.0
CHANGES
- Instead of raising an error when reading a function class type, give
a warning and read data structure as NULL.
CRAN version 0.9.0
rmatio 0.9.0
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
rmatio 0.8.0
CHANGES
- Added missing field in DESCRIPTION, Biarch: true
- Removed usage of testthat when testing the package.