Package: rbit 1.0.0

Jialun Zhang
rbit: Binary Indexed Tree
A simple implementation of Binary Indexed Tree by R. The BinaryIndexedTree class supports construction of Binary Indexed Tree from a vector, update of a value in the vector and query for the sum of a interval of the vector.
Authors:
rbit_1.0.0.tar.gz
rbit_1.0.0.tar.gz(r-4.7-any)rbit_1.0.0.tar.gz(r-4.6-any)
rbit_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rbit/json (API)
| # Install 'rbit' in R: |
| install.packages('rbit', 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:d56bd865db. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 94 | ||
| source / vignettes | OK | 172 | ||
| linux-release-x86_64 | OK | 100 | ||
| wasm-release | OK | 112 |
Exports:BinaryIndexedTree
Dependencies:R6
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| A simple implementation of Binary Indexed Tree as an R6 class. | BinaryIndexedTree |