Other packages > Find by keyword >

rstackdeque  

Persistent Fast Amortized Stack and Queue Data Structures
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("rstackdeque", "1.1.1")



Attach the package and use:
library("rstackdeque")
Maintained by
Shawn T. O'Neil
[Scholar Profile | Author Map]
First Published: 2014-12-05
Latest Update: 2015-04-13
Description:
Provides fast, persistent (side-effect-free) stack, queue and deque (double-ended-queue) data structures. While deques include a superset of functionality provided by queues, in these implementations queues are more efficient in some specialized situations. See the documentation for rstack, rdeque, and rpqueue for details.
How to cite:
Shawn T. O'Neil (2014). rstackdeque: Persistent Fast Amortized Stack and Queue Data Structures. R package version 1.1.1, https://cran.r-project.org/web/packages/rstackdeque. Accessed 26 Mar. 2025.
Previous versions and publish date:
1.1 (2014-12-05 01:31)
Other packages that cited rstackdeque R package
View rstackdeque citation profile
Other R packages that rstackdeque depends, imports, suggests or enhances
Complete documentation for rstackdeque
Functions, R codes and Examples using the rstackdeque R package
Some associated functions: as.data.frame.rdeque . as.data.frame.rpqueue . as.data.frame.rstack . as.list.rdeque . as.list.rpqueue . as.list.rstack . as.rdeque.default . as.rdeque . as.rpqueue.default . as.rpqueue . as.rstack.default . as.rstack . empty . empty.rdeque . empty.rpqueue . empty.rstack . fixd . fixd.rdeque . head.rdeque . head.rpqueue . head.rstack . insert_back . insert_back.rdeque . insert_back.rpqueue . insert_front . insert_front.rdeque . insert_top . insert_top.rstack . length.rdeque . length.rpqueue . length.rstack . makeequal . makeequal.rpqueue . peek_back-set-.rdeque . peek_back-set . peek_back . peek_back.rdeque . peek_front-set-.rdeque . peek_front-set-.rpqueue . peek_front-set . peek_front . peek_front.rdeque . peek_front.rpqueue . peek_top-set-.rstack . peek_top-set . peek_top . peek_top.rstack . print.rdeque . print.rpqueue . print.rstack . rdeque . rev.rstack . rotate . rotate.rpqueue . rpqueue . rstack . rstacknode . without_back . without_back.rdeque . without_front . without_front.rdeque . without_front.rpqueue . without_top . without_top.rstack . 
Some associated R codes: as.data.frame.rdeque.R . as.data.frame.rpqueue.R . as.data.frame.rstack.R . as.list.rdeque.R . as.list.rpqueue.R . as.list.rstack.R . as.rdeque.R . as.rdeque.default.R . as.rpqueue.R . as.rpqueue.default.R . as.rstack.R . as.rstack.default.R . empty.R . empty.rdeque.R . empty.rpqueue.R . empty.rstack.R . fixd.R . fixd.rdeque.R . head.rdeque.R . head.rpqueue.R . head.rstack.R . insert_back.R . insert_back.rdeque.R . insert_back.rpqueue.R . insert_front.R . insert_front.rdeque.R . insert_top.R . insert_top.rstack.R . length.rdeque.R . length.rpqueue.R . length.rstack.R . makeequal.R . makeequal.rpqueue.R . peek_back-set.R . peek_back-set.rdeque.R . peek_back.R . peek_back.rdeque.R . peek_front-set.R . peek_front-set.rdeque.R . peek_front-set.rpqueue.R . peek_front.R . peek_front.rdeque.R . peek_front.rpqueue.R . peek_top-set.R . peek_top-set.rstack.R . peek_top.R . peek_top.rstack.R . print.rdeque.R . print.rpqueue.R . print.rstack.R . rdeque.R . rev.rstack.R . rotate.R . rotate.rpqueue.R . rpqueue.R . rstack.R . rstacknode.R . without_back.R . without_back.rdeque.R . without_front.R . without_front.rdeque.R . without_front.rpqueue.R . without_top.R . without_top.rstack.R .  Full rstackdeque package functions and examples
Downloads during the last 30 days
02/2402/2502/2602/2702/2803/0103/0203/0303/0403/0503/0603/0703/0803/0903/1003/1103/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/25Downloads for rstackdeque05101520253035TrendBars

Today's Hot Picks in Authors and Packages

sAIC  
Akaike Information Criterion for Sparse Estimation
Computes the Akaike information criterion for the generalized linear models (logistic regression, Po ...
Download / Learn more Package Citations See dependency  
DySS  
Dynamic Screening Systems
In practice, we will encounter problems where the longitudinal performance of processes needs to be ...
Download / Learn more Package Citations See dependency  
Maintainer: Lu You (view profile)
photobiologyPlants  
Plant Photobiology Related Functions and Data
Provides functions for quantifying visible (VIS) and ultraviolet (UV) radiation in relation to the ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
provenance  
Statistical Toolbox for Sedimentary Provenance Analysis
Bundles a number of established statistical methods to facilitate the visual interpretation of large ...
Download / Learn more Package Citations See dependency  
fPortfolio  
Rmetrics - Portfolio Selection and Optimization
A collection of functions to optimize portfolios and to analyze them from different points of view. ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

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