| functiom dec2bin. Using as.binary again. |
|
More...
|
almost 12 years ago
|
| using class(ret) <- c("binary","logical) instead of as.binary. Using »as.binaryx sometimes attributes get lost. |
|
More...
|
almost 12 years ago
|
| changed binary function. binary class inhertis from »logical« by default now. |
|
More...
|
almost 12 years ago
|
| Added context test both. adapted tests. |
|
More...
|
almost 12 years ago
|
| Added to NAMESPACE ==, !=, !, [ |
|
More...
|
almost 12 years ago
|
| Renamed binPrefix2Byte.R to binHelper.R |
|
More...
|
almost 12 years ago
|
| Rename test-binPrefix2Byte.R to test-binHelper.R |
d4ndo
as Daniel Dörrhöfer
|
More...
|
almost 12 years ago
|
| Rename binPrefix2Byte.R to binHelper.R |
d4ndo
as Daniel Dörrhöfer
|
More...
|
almost 12 years ago
|
| turned the order of arguments. signed firts then littleEndian. to keep it consistent. |
|
More...
|
almost 12 years ago
|
| fixed the binAdd function. some problems with negative numbers. |
|
More...
|
almost 12 years ago
|
| Added a comment |
|
More...
|
almost 12 years ago
|
| New function bytesNeeded(n). Returns the minimum number of »Byte« needed to hold n »Bit« |
|
More...
|
almost 12 years ago
|
| fixed '==.binary' operator. Added '!=.binary'operator |
|
More...
|
almost 12 years ago
|
| Moved binAdd function in a seperate file called binAdd.R. Moved switchEndianness function from binConvert.R to binOperators.R. |
|
More...
|
almost 12 years ago
|
| deactivated some tests. |
|
More...
|
almost 12 years ago
|
| removed signed argument from function binAdd. Not needed anymore (see changes at BinaryS3). Getting information from binary attributes. |
|
More...
|
almost 12 years ago
|
| changed example of bin2dec function. added littleEndian support to function bin2dec. |
|
More...
|
almost 12 years ago
|
| update of @usage and @param to binary function |
|
More...
|
almost 12 years ago
|
| implemented '[.binary' and '!.binary' to avoid »disappearing attributes. |
|
More...
|
almost 12 years ago
|
| function bin2dec() .. save's attributes first. |
|
More...
|
almost 12 years ago
|
| replaced bin[length(bin):1] with rev(bin) |
|
More...
|
almost 12 years ago
|
| cosmetics. |
|
More...
|
almost 12 years ago
|
| reassign attributes. Seems like rev, removes the attributes. ?? |
|
More...
|
about 12 years ago
|
| Adapted function fillBits to deal with new binary class (including attributes signed and littleEndian). |
|
More...
|
about 12 years ago
|
| . |
|
More...
|
about 12 years ago
|
| Added two attributes to class binary. |
|
More...
|
about 12 years ago
|
| modified switchEndianess to deal with new binary class(including attributes, signed and littleEndian) |
|
More...
|
about 12 years ago
|
| Added two boolean attributes to class binary. signed and littleEndian. |
|
More...
|
about 12 years ago
|
| fixed bug: changed is.binary() to as.binary() |
|
More...
|
about 12 years ago
|
| Replaced size by n in function shiftLeft, shiftRight an rotate. Using n for bits and size for Bytes from now on. |
|
More...
|
about 12 years ago
|