datastructures: Implementation of Core Data Structures

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.

Version: 0.2.9
Depends: R (≥ 3.3), Rcpp
Imports: methods, purrr
LinkingTo: Rcpp, BH
Suggests: testthat, knitr, styler, rmarkdown, lintr
Published: 2020-08-10
Author: Simon Dirmeier [aut, cre]
Maintainer: Simon Dirmeier <simon.dirmeier at web.de>
BugReports: https://github.com/dirmeier/datastructures/issues
License: GPL-3
URL: https://github.com/dirmeier/datastructures
NeedsCompilation: yes
SystemRequirements: C++11
CRAN checks: datastructures results

Documentation:

Reference manual: datastructures.pdf
Vignettes: Datastructures tutorial

Downloads:

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

Linking:

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