Learn R Programming

R-bitops -- R CRAN package bitops -- implementing bitwise operations

Functionality

Bitwise operations on (the 32-bit) \R integers

Context and History

Probably the smallest CRAN R package I maintain, the package has a long history, originating as S / S-plus extensions by Steve Dutky.

I got involved for the first time around 2004, and later became maintainer as Steve had moved on, and other CRAN packages depended on bitops, see bitops on CRAN.

Copy Link

Version

Install

install.packages('bitops')

Monthly Downloads

336,373

Version

1.0-9

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

October 3rd, 2024

Functions in bitops (1.0-9)

bitFlip

Binary Flip (Not) Operator
bitAnd

Bitwise And, Or and Xor Operations
cksum

Compute Check Sum
bitShiftL

Bitwise Shift Operator (to the Left or Right)