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.6-arm64)bitops_1.0-9.tar.gz(r-4.6-x86_64)bitops_1.0-9.tar.gz(r-4.5-arm64)bitops_1.0-9.tar.gz(r-4.5-x86_64)
bitops_1.0-9.tgz(r-4.5-emscripten)
bitops.pdf |bitops.html✨
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 | 94 | ||
| linux-devel-x86_64 | OK | 94 | ||
| source / vignettes | OK | 140 | ||
| linux-release-arm64 | OK | 89 | ||
| linux-release-x86_64 | OK | 113 | ||
| macos-release-arm64 | OK | 146 | ||
| macos-release-x86_64 | OK | 213 | ||
| macos-oldrel-arm64 | OK | 184 | ||
| macos-oldrel-x86_64 | OK | 276 | ||
| windows-devel | OK | 63 | ||
| windows-release | OK | 82 | ||
| windows-oldrel | OK | 61 | ||
| wasm-release | OK | 80 |
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 |
