NEWS
dChipIO 0.1.5 (2016-01-13)
- BUG FIX: The read functions did not work on big-endian platform
(e.g. Solaris SPARC), because they read files using the default
platform endian rather than enforcing little endian.
- CLEANUP: Removed warning on readBin() and "'signed = FALSE' is
only valid for integers of sizes 1 and 2".
dChipIO 0.1.4 (2016-01-12)
- CLEANUP: Previous version had a stray Rplots.pdf in tests/.
dChipIO 0.1.3
- CRAN Policies: Package Title Case and proper starting of description.
- ROBUSTNESS: Add package tests (from examples). Test coverage is %97.
- Updated broken Affymetrix URL.
dChipIO 0.1.2
- Fixed 'R CMD check' notes appearing in more recent versions of R.
dChipIO 0.1.1
- CLEAN UP: readCdfBinHeader() and readDcpHeader() no longer give
warnings on "In rawToChar(...) : truncating string with embedded nul".
dChipIO 0.1.0
- Added example data.
- Added readDcpRectangle().
- The readDcp() and readDcpHeader() was taken from the
aroma.affymetrix package. The readCdfBin() and
readCdfBinHeader() was taken from the authors private
set of code. The first versions of these functions
were written on January 30, 2008.
- Package created.