# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rstack" in publications use:' type: software license: MIT title: 'rstack: Stack Data Type as an ''R6'' Class' version: 1.0.1.9000 abstract: 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: - family-names: Csárdi given-names: Gábor email: csardi.gabor@gmail.com repository: https://gaborcsardi.r-universe.dev repository-code: https://github.com/gaborcsardi/rstack url: https://github.com/gaborcsardi/rstack#readme contact: - family-names: Csárdi given-names: Gábor email: csardi.gabor@gmail.com