MangoTheCat/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.

Getting started

Package details

AuthorGábor Csárdi
MaintainerGábor Csárdi <gcsardi@mango-solutions.com>
LicenseMIT + file LICENSE
Version1.0.0
URL https://github.com/MangoTheCat/rstack#readme
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("MangoTheCat/rstack")
MangoTheCat/rstack documentation built on May 8, 2019, 3:37 p.m.