R6DS: R6 Reference Class Based Data Structures

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 <https://en.wikipedia.org/wiki/Data_structure> for more information about the data structures.

Version: 1.2.0
Depends: R (≥ 3.0.0)
Imports: R6
Suggests: knitr, rmarkdown
Published: 2019-05-21
Author: Yukai Yang ORCID iD [aut, cre]
Maintainer: Yukai Yang <yukai.yang at statistik.uu.se>
BugReports: https://github.com/yukai-yang/R6DS/issues
License: GPL-3
URL: https://github.com/yukai-yang/R6DS
NeedsCompilation: no
Materials: README NEWS
CRAN checks: R6DS results

Documentation:

Reference manual: R6DS.pdf
Vignettes: introduction_to_the_R6DS_package

Downloads:

Package source: R6DS_1.2.0.tar.gz
Windows binaries: r-devel: R6DS_1.2.0.zip, r-release: R6DS_1.2.0.zip, r-oldrel: R6DS_1.2.0.zip
macOS binaries: r-release (arm64): R6DS_1.2.0.tgz, r-oldrel (arm64): R6DS_1.2.0.tgz, r-release (x86_64): R6DS_1.2.0.tgz
Old sources: R6DS archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=R6DS to link to this page.