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.0 |
Imports: | R6 |
Suggests: | covr, testthat |
Published: | 2016-08-02 |
Author: | Gábor Csárdi |
Maintainer: | Gábor Csárdi <gcsardi at mango-solutions.com> |
BugReports: | https://github.com/MangoTheCat/rstack/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/MangoTheCat/rstack#readme |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | rstack results |
Reference manual: | rstack.pdf |
Package source: | rstack_1.0.0.tar.gz |
Windows binaries: | r-devel: rstack_1.0.0.zip, r-release: rstack_1.0.0.zip, r-oldrel: rstack_1.0.0.zip |
macOS binaries: | r-release: rstack_1.0.0.tgz, r-oldrel: rstack_1.0.0.tgz |
Reverse imports: | downscaledl, ICSS |
Please use the canonical form https://CRAN.R-project.org/package=rstack to link to this page.