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:Samuel Sapire [aut, cre, cph]

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'))

Peer review:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

8 exports 0.00 score 0 dependencies 133 downloads

Last updated 8 months agofrom:b755773b68. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 05 2024
R-4.5-linux-x86_64OKSep 05 2024

Exports:%&%%^%%<<%%>>%%|%bit_vector_ANDbit_vector_ORbit_vector_XOR

Dependencies:

Readme and manuals

Help Manual

Help pageTopics
Infix operators for bitwise operations.%&% %<<% %>>% %^% %|% Infix Bitwise Operators `%&%` `%<<%` `%>>%` `%^%` `%|%`
Bitwise Operations along a Vectorbit_vector_AND bit_vector_OR bit_vector_XOR Vector Bitops