Package: R6DS Type: Package Title: R6 Reference Class Based Data Structures Version: 1.2.0 Authors@R: person(given="Yukai",family="Yang",email="yukai.yang@statistik.uu.se",role=c("aut", "cre"),comment=c(ORCID="0000-0002-2623-8549")) Description: Provides reference classes implementing some useful data structures. The package implements these data structures by using the reference class R6. Therefore, the classes of the data structures are also reference classes which means that their instances are passed by reference. The implemented data structures include stack, queue, double-ended queue, doubly linked list, set, dictionary and binary search tree. See for example for more information about the data structures. Depends: R (>= 3.0.0) License: GPL-3 Encoding: UTF-8 RoxygenNote: 6.1.1 URL: https://github.com/yukai-yang/R6DS BugReports: https://github.com/yukai-yang/R6DS/issues Imports: R6 Suggests: knitr, rmarkdown VignetteBuilder: knitr Repository: https://yukai-yang.r-universe.dev Date/Publication: 2026-02-23 13:05:49 UTC RemoteUrl: https://github.com/yukai-yang/r6ds RemoteRef: HEAD RemoteSha: 79b0fa9543f9be51f8d3053d8ff9e0cb8a0c1a94 NeedsCompilation: no Packaged: 2026-07-25 09:01:39 UTC; root Author: Yukai Yang [aut, cre] (ORCID: ) Maintainer: Yukai Yang