Package: bitops 1.0-9
bitops: Bitwise Operations
Functions for bitwise operations on integer vectors.
Authors:
bitops_1.0-9.tar.gz
bitops_1.0-9.zip(r-4.7)bitops_1.0-9.zip(r-4.6)bitops_1.0-9.zip(r-4.5)
bitops_1.0-9.tgz(r-4.6-x86_64)bitops_1.0-9.tgz(r-4.6-arm64)bitops_1.0-9.tgz(r-4.5-x86_64)bitops_1.0-9.tgz(r-4.5-arm64)
bitops_1.0-9.tar.gz(r-4.7-arm64)bitops_1.0-9.tar.gz(r-4.7-x86_64)bitops_1.0-9.tar.gz(r-4.6-arm64)bitops_1.0-9.tar.gz(r-4.6-x86_64)
bitops_1.0-9.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
bitops/json (API)
| # Install 'bitops' in R: |
| install.packages('bitops', repos = c('https://mmaechler.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mmaechler/r-bitops/issues
Last updated from:2b269f03b7. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 92 | ||
| linux-devel-x86_64 | OK | 93 | ||
| source / vignettes | OK | 130 | ||
| linux-release-arm64 | OK | 104 | ||
| linux-release-x86_64 | OK | 100 | ||
| macos-release-arm64 | OK | 91 | ||
| macos-release-x86_64 | OK | 137 | ||
| macos-oldrel-arm64 | OK | 82 | ||
| macos-oldrel-x86_64 | OK | 140 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 133 | ||
| windows-oldrel | OK | 74 | ||
| wasm-release | OK | 81 |
Exports:%&%%^%%<<%%>>%%|%bitAndbitFlipbitOrbitShiftLbitShiftRbitXorcksum
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Bitwise And, Or and Xor Operations | %&% %^% %|% bitAnd bitOr bitXor |
| Binary Flip (Not) Operator | bitFlip |
| Bitwise Shift Operator (to the Left or Right) | %<<% %>>% bitShiftL bitShiftR |
| Compute Check Sum | cksum |
