CRAN/E | R6DS

R6DS

R6 Reference Class Based Data Structures

Installation

About

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.

github.com/yukai-yang/R6DS
Bug report File report

Key Metrics

Version 1.2.0
R ≥ 3.0.0
Published 2019-05-21 1977 days ago
Needs compilation? no
License GPL-3
CRAN checks R6DS results

Downloads

Yesterday 6 0%
Last 7 days 24 +60%
Last 30 days 119 -17%
Last 90 days 641 +33%
Last 365 days 2.092 +19%

Maintainer

Maintainer

Yukai Yang

Authors

Yukai Yang

aut / cre

Material

README
NEWS
Reference manual
Package source

Vignettes

introduction_to_the_R6DS_package

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

R6DS archive

Depends

R ≥ 3.0.0

Imports

R6

Suggests

knitr
rmarkdown