Package: rstack Title: Stack Data Type as an 'R6' Class Version: 1.0.1.9000 Author: Gábor Csárdi Maintainer: Gábor Csárdi Description: 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. License: MIT + file LICENSE URL: https://github.com/gaborcsardi/rstack#readme BugReports: https://github.com/gaborcsardi/rstack/issues RoxygenNote: 7.2.3 Imports: R6 Suggests: covr, testthat Encoding: UTF-8 Roxygen: list(r6 = FALSE) Repository: https://gaborcsardi.r-universe.dev Date/Publication: 2023-08-31 07:38:40 UTC RemoteUrl: https://github.com/gaborcsardi/rstack RemoteRef: HEAD RemoteSha: caa1055a20ae21cbdf2553a74457e43a54d63eee NeedsCompilation: no Packaged: 2026-06-01 08:36:20 UTC; root