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.
| Version: | 1.0.1 | 
| Imports: | R6 | 
| Suggests: | covr, testthat | 
| Published: | 2023-08-30 | 
| DOI: | 10.32614/CRAN.package.rstack | 
| Author: | Gábor Csárdi | 
| Maintainer: | Gábor Csárdi <csardi.gabor at gmail.com> | 
| BugReports: | https://github.com/gaborcsardi/rstack/issues | 
| License: | MIT + file LICENSE | 
| URL: | https://github.com/gaborcsardi/rstack#readme | 
| NeedsCompilation: | no | 
| Materials: | README, NEWS | 
| CRAN checks: | rstack results | 
| Reference manual: | rstack.html , rstack.pdf | 
| Package source: | rstack_1.0.1.tar.gz | 
| Windows binaries: | r-devel: rstack_1.0.1.zip, r-release: rstack_1.0.1.zip, r-oldrel: rstack_1.0.1.zip | 
| macOS binaries: | r-release (arm64): rstack_1.0.1.tgz, r-oldrel (arm64): rstack_1.0.1.tgz, r-release (x86_64): rstack_1.0.1.tgz, r-oldrel (x86_64): rstack_1.0.1.tgz | 
| Old sources: | rstack archive | 
| Reverse imports: | ICSS | 
Please use the canonical form https://CRAN.R-project.org/package=rstack to link to this page.