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.5-noble)vectorbitops_1.1.2.tar.gz(r-4.4-noble)
vectorbitops_1.1.2.tgz(r-4.4-emscripten)vectorbitops_1.1.2.tgz(r-4.3-emscripten)
vectorbitops.pdf |vectorbitops.html✨
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 11 months agofrom:b755773b68. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 01 2024 |
R-4.5-linux-x86_64 | OK | Nov 01 2024 |
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 |