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

On CRAN:

Conda:

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

1.70 score 166 downloads 8 exports 0 dependencies

Last updated from:b755773b68. Checks:6 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK104
linux-devel-x86_64OK108
source / vignettesOK141
linux-release-arm64OK108
linux-release-x86_64OK120
wasm-releaseOK99

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