Skip to content

Releases: stewid/rmatio

CRAN release v0.19.0

13 Dec 20:07
Compare
Choose a tag to compare

CHANGES

  • Fixed CRAN check warnings for print format specifiers.

CRAN release v0.18.0

06 Feb 05:53
Compare
Choose a tag to compare

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

26 Jan 08:08
Compare
Choose a tag to compare

CHANGES

  • Updated the build configuration script to use R to find the compiler
    to use.

CRAN version 0.15.0

15 Jun 15:56
Compare
Choose a tag to compare

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

16 Nov 10:05
Compare
Choose a tag to compare

BUG FIXES

  • Fixed memory protection errors reported by the 'rchk' tool.

  • Fixed memory leaks reported by valgrind.

CRAN version 0.13.0

16 Nov 10:00
Compare
Choose a tag to compare

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

28 Jul 21:52
Compare
Choose a tag to compare

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

26 Feb 16:39
Compare
Choose a tag to compare

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

26 Feb 16:38
Compare
Choose a tag to compare

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

26 Feb 16:36
Compare
Choose a tag to compare

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.