Package: liqueueR Type: Package Title: Implements Queue, PriorityQueue and Stack Classes Version: 0.0.5 Authors@R: person("Andrew", "Collier", email = "andrew.b.collier@gmail.com", role = c("aut", "cre")) Description: Provides three classes: Queue, PriorityQueue and Stack. Queue is just a "plain vanilla" FIFO queue; PriorityQueue orders items according to priority. Stack implements LIFO. URL: https://github.com/DataWookie/liqueueR BugReports: https://github.com/DataWookie/liqueueR/issues License: GPL-3 Encoding: UTF-8 Imports: itertools, methods Suggests: testthat, iterators RoxygenNote: 7.3.2 Repository: https://datawookie.r-universe.dev Date/Publication: 2026-05-29 12:13:33 UTC RemoteUrl: https://github.com/datawookie/liqueuer RemoteRef: HEAD RemoteSha: aed10170c446c0c00295a09e802ff64c9c3068d5 NeedsCompilation: no Packaged: 2026-07-03 23:32:55 UTC; root Author: Andrew Collier [aut, cre] Maintainer: Andrew Collier