Package: rstack 1.0.1.9000
rstack: Stack Data Type as an 'R6' Class
An extremely simple stack data type, implemented with 'R6' classes. The size of the stack increases as needed, and the amortized time complexity is O(1). The stack may contain arbitrary objects.
Authors:
rstack_1.0.1.9000.tar.gz
rstack_1.0.1.9000.zip(r-4.7)rstack_1.0.1.9000.zip(r-4.6)rstack_1.0.1.9000.zip(r-4.5)
rstack_1.0.1.9000.tgz(r-4.6-any)rstack_1.0.1.9000.tgz(r-4.5-any)
rstack_1.0.1.9000.tar.gz(r-4.7-any)rstack_1.0.1.9000.tar.gz(r-4.6-any)
rstack_1.0.1.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rstack/json (API)
NEWS
| # Install 'rstack' in R: |
| install.packages('rstack', repos = c('https://gaborcsardi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gaborcsardi/rstack/issues
Last updated from:caa1055a20. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 108 | ||
| source / vignettes | OK | 148 | ||
| linux-release-x86_64 | OK | 142 | ||
| macos-release-arm64 | OK | 107 | ||
| macos-oldrel-arm64 | OK | 96 | ||
| windows-devel | OK | 81 | ||
| windows-release | OK | 89 | ||
| windows-oldrel | OK | 59 | ||
| wasm-release | OK | 107 |
Exports:stack
Dependencies:R6
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| A stack data type, implemented as an R6 class | stack |
