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.5)rstack_1.0.1.9000.zip(r-4.4)rstack_1.0.1.9000.zip(r-4.3)
rstack_1.0.1.9000.tgz(r-4.4-any)rstack_1.0.1.9000.tgz(r-4.3-any)
rstack_1.0.1.9000.tar.gz(r-4.5-noble)rstack_1.0.1.9000.tar.gz(r-4.4-noble)
rstack_1.0.1.9000.tgz(r-4.4-emscripten)rstack_1.0.1.9000.tgz(r-4.3-emscripten)
rstack.pdf |rstack.html✨
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 1 years agofrom:caa1055a20. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 23 2024 |
R-4.5-win | OK | Nov 23 2024 |
R-4.5-linux | OK | Nov 23 2024 |
R-4.4-win | OK | Nov 23 2024 |
R-4.4-mac | OK | Nov 23 2024 |
R-4.3-win | OK | Nov 23 2024 |
R-4.3-mac | OK | Nov 23 2024 |
Exports:stack
Dependencies:R6
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A stack data type, implemented as an R6 class | stack |