Changes in version 0.1.5 (2016-01-13) o 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. o CLEANUP: Removed warning on readBin() and "'signed = FALSE' is only valid for integers of sizes 1 and 2". Changes in version 0.1.4 (2016-01-12) o CLEANUP: Previous version had a stray Rplots.pdf in tests/. Changes in version 0.1.3 o CRAN Policies: Package Title Case and proper starting of description. o ROBUSTNESS: Add package tests (from examples). Test coverage is %97. o Updated broken Affymetrix URL. Changes in version 0.1.2 o Fixed 'R CMD check' notes appearing in more recent versions of R. Changes in version 0.1.1 o CLEAN UP: readCdfBinHeader() and readDcpHeader() no longer give warnings on "In rawToChar(...) : truncating string with embedded nul". Changes in version 0.1.0 o Added example data. o Added readDcpRectangle(). o 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. o Package created.