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.

Version: 1.0.1
Imports: R6
Suggests: covr, testthat
Published: 2023-08-30
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

Documentation:

Reference manual: rstack.pdf

Downloads:

Package source: rstack_1.0.1.tar.gz
Windows binaries: r-prerel: rstack_1.0.1.zip, r-release: rstack_1.0.1.zip, r-oldrel: rstack_1.0.1.zip
macOS binaries: r-prerel (arm64): rstack_1.0.1.tgz, r-release (arm64): rstack_1.0.1.tgz, r-oldrel (arm64): rstack_1.0.1.tgz, r-prerel (x86_64): rstack_1.0.1.tgz, r-release (x86_64): rstack_1.0.1.tgz
Old sources: rstack archive

Reverse dependencies:

Reverse imports: ICSS

Linking:

Please use the canonical form https://CRAN.R-project.org/package=rstack to link to this page.