Other packages > Find by keyword >

datastructures  

Implementation of Core Data Structures
View on CRAN: Click here


Download and install datastructures package within the R console
Install from CRAN:
install.packages("datastructures")

Install from Github:
library("remotes")
install_github("cran/datastructures")

Install by package version:
library("remotes")
install_version("datastructures", "0.2.9")



Attach the package and use:
library("datastructures")
Maintained by
Simon Dirmeier
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-07-09
Latest Update:
Description:
Implementation of advanced data structures such as hashmapsheaps or queues. Advanced data structures are essentialin many computer science and statistics problems for example graphalgorithms or string analysis. The package uses Boost and STL datatypes and extends these to R with Rcpp modules.
How to cite:
Simon Dirmeier (2017). datastructures: Implementation of Core Data Structures. R package version 0.2.9, https://cran.r-project.org/web/packages/datastructures. Accessed 18 Sep. 2026.
Previous versions and publish date:
(2026-07-09 07:30), 0.1.0 (2017-07-09 16:24), 0.2.0 (2017-07-15 22:49), 0.2.1 (2018-01-21 18:31), 0.2.5 (2018-03-13 01:00), 0.2.6 (2018-05-02 13:13), 0.2.7 (2018-08-16 23:20), 0.2.8 (2018-12-19 14:00), 0.2.9 (2020-08-10 13:20)
Other packages that cited datastructures R package
View datastructures citation profile
Other R packages that datastructures depends, imports, suggests or enhances
Functions, R codes and Examples using the datastructures R package
Some associated functions: at-methods . bimap-class . bimap . binomial_heap-class . binomial_heap . clear-methods . datastructures-package . decrease_key-methods . deque-class . erase-methods . fibonacci_heap-class . fibonacci_heap . handle-methods . hashmap-class . hashmap . heap-class . insert-methods . keys-methods . map-class . multimap-class . multimap . peek-methods . pop-methods . queue-class . queue . size-methods . stack-class . stack . sub-unordered_map-vector-missing-missing-method . subset-bimap-vector-missing-vector-method . subset-heap-vector-missing-list-method . subset-heap-vector-missing-matrix-method . subset-heap-vector-missing-vector-method . subset-unordered_map-vector-missing-ANY-method . subset-unordered_map-vector-missing-list-method . subset-unordered_map-vector-missing-vector-method . unordered_map-class . values-methods . 
Some associated R codes: checks.R . datastructures-package.R . ds_deque.R . ds_deque_queue.R . ds_deque_stack.R . ds_heap.R . ds_heap_binomial.R . ds_heap_fibonacci.R . ds_map.R . ds_map_bimap.R . ds_map_hashmap.R . ds_map_multimap.R . ds_map_unordered.R . methods_at.R . methods_clear.R . methods_decrease.R . methods_erase.R . methods_handle.R . methods_insert.R . methods_keys.R . methods_peek.R . methods_pop.R . methods_size.R . methods_values.R . zzz.R .  Full datastructures package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

downlit  
Syntax Highlighting and Automatic Linking
Syntax highlighting of R code, specifically designed for the needs of 'RMarkdown' packages like 'pk ...
Download / Learn more Package Citations See dependency  
hmeasure  
The H-Measure and Other Scalar Classification Performance Metrics
Classification performance metrics that are derived from the ROC curve of a classifier. The package ...
Download / Learn more Package Citations See dependency  
data360r  
Wrapper for 'TCdata360' and 'Govdata360' API
Makes it easy to engage with the Application Program Interface (API) of the 'TCdata360' and 'Govdat ...
Download / Learn more Package Citations See dependency  
injectoR  
R Dependency Injection
R dependency injection framework. Dependency injection allows a program design to follow the depend ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
eyelinker  
Import ASC Files from EyeLink Eye Trackers
Imports plain-text ASC data files from EyeLink eye trackers into (relatively) tidy data frames for ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA