Package: vectorbitops 1.1.2

Samuel Sapire
vectorbitops: Vector Bitwise Operations
A tool for fast, efficient bitwise operations along the elements within a vector. Provides such functionality for AND, OR and XOR, as well as infix operators for all of the binary bitwise operations.
Authors:
vectorbitops_1.1.2.tar.gz
vectorbitops_1.1.2.tar.gz(r-4.7-arm64)vectorbitops_1.1.2.tar.gz(r-4.7-x86_64)vectorbitops_1.1.2.tar.gz(r-4.6-arm64)vectorbitops_1.1.2.tar.gz(r-4.6-x86_64)
vectorbitops_1.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
vectorbitops/json (API)
| # Install 'vectorbitops' in R: |
| install.packages('vectorbitops', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:b755773b68. Checks:6 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 104 | ||
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 141 | ||
| linux-release-arm64 | OK | 108 | ||
| linux-release-x86_64 | OK | 120 | ||
| wasm-release | OK | 99 |
Exports:%&%%^%%<<%%>>%%|%bit_vector_ANDbit_vector_ORbit_vector_XOR
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Infix operators for bitwise operations. | %&% %<<% %>>% %^% %|% Infix Bitwise Operators `%&%` `%<<%` `%>>%` `%^%` `%|%` |
| Bitwise Operations along a Vector | bit_vector_AND bit_vector_OR bit_vector_XOR Vector Bitops |