Package: R6DS 1.2.0

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.

Authors:Yukai Yang [aut, cre]

R6DS_1.2.0.tar.gz
R6DS_1.2.0.zip(r-4.5)R6DS_1.2.0.zip(r-4.4)R6DS_1.2.0.zip(r-4.3)
R6DS_1.2.0.tgz(r-4.4-any)R6DS_1.2.0.tgz(r-4.3-any)
R6DS_1.2.0.tar.gz(r-4.5-noble)R6DS_1.2.0.tar.gz(r-4.4-noble)
R6DS_1.2.0.tgz(r-4.4-emscripten)R6DS_1.2.0.tgz(r-4.3-emscripten)
R6DS.pdf |R6DS.html
R6DS/json (API)
NEWS

# Install 'R6DS' in R:
install.packages('R6DS', repos = c('https://yukai-yang.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/yukai-yang/r6ds/issues

On CRAN:

binary-search-treesdata-structuresdequedictionarydoubly-linked-listfunctional-programmingmapqueuereference-classstacktraversal

3.40 score 5 stars 5 scripts 106 downloads 8 exports 1 dependencies

Last updated 1 years agofrom:760a9587d8. Checks:OK: 1 NOTE: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 06 2024
R-4.5-winNOTENov 06 2024
R-4.5-linuxNOTENov 06 2024
R-4.4-winNOTENov 06 2024
R-4.4-macNOTENov 06 2024
R-4.3-winNOTENov 06 2024
R-4.3-macNOTENov 06 2024

Exports:RBSTRDequeRDictRDLLRQueueRSetRStackversion

Dependencies:R6