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.7-any)R6DS_1.2.0.zip(r-4.6-any)R6DS_1.2.0.zip(r-4.5-any)
R6DS_1.2.0.tgz(r-4.6-any)R6DS_1.2.0.tgz(r-4.5-any)
R6DS_1.2.0.tar.gz(r-4.7-any)R6DS_1.2.0.tar.gz(r-4.6-any)
R6DS_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
R6DS/json (API)

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

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

On CRAN:

Conda:

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

3.48 score 6 stars 6 scripts 158 downloads 8 exports 1 dependencies

Last updated from:79b0fa9543. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE106
source / vignettesOK158
linux-release-x86_64NOTE123
macos-release-arm64NOTE78
macos-oldrel-arm64NOTE87
windows-devel-x86_64NOTE55
windows-release-x86_64NOTE63
windows-oldrel-x86_64NOTE65
wasm-releaseOK119

Exports:RBSTRDequeRDictRDLLRQueueRSetRStackversion

Dependencies:R6