- Modified DESCRIPTION to comply with the guidelines of CRAN
- fixed travis-ci according https://docs.travis-ci.com/user/languages/r/
- Modified DESCRIPTION to comply with the guidelines of CRAN
- Fixed the url in README.md (https)
- minor changes to comply with the guidelines of CRAN.
- Optimization of decimal to binary conversion. Remarkable speed gain of 50x. Author A. Rudkin
- Fixed the size issue for signed numbers.
- Fixed some invalid URL at README.md & README.Rmd
- Added a new attribute size n [Bit] to »as.binary« for unsigned number. See
?as.binary() - Converter to gray code. See
?bin2gray()and?gray2bin()
- Added a new attribute »stickyBits« to switchEndianess. See
?switchEndianess()for more details.