CRAN/E | datastructures

datastructures

Implementation of Core Data Structures

Installation

About

Implementation of advanced data structures such as hashmaps, heaps, or queues. Advanced data structures are essential in many computer science and statistics problems, for example graph algorithms or string analysis. The package uses 'Boost' and 'STL' data types and extends these to R with 'Rcpp' modules.

github.com/dirmeier/datastructures
System requirements C++11
Bug report File report

Key Metrics

Version 0.2.9
R ≥ 3.3
Published 2020-08-10 1354 days ago
Needs compilation? yes
License GPL-3
CRAN checks datastructures results

Downloads

Yesterday 0
Last 7 days 2 -88%
Last 30 days 67 -26%
Last 90 days 249 -24%
Last 365 days 1.163 -70%

Maintainer

Maintainer

Simon Dirmeier

simon.dirmeier@web.de

Authors

Simon Dirmeier

aut / cre

Material

Reference manual
Package source

Vignettes

Datastructures tutorial

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

datastructures archive

Depends

R ≥ 3.3
Rcpp

Imports

methods
purrr

Suggests

testthat
knitr
styler
rmarkdown
lintr

LinkingTo

Rcpp
BH