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 15 Apr. 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
03/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/14Downloads for rstackdeque0510152025303540TrendBars

Today's Hot Picks in Authors and Packages

mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
SAutomata  
Inference and Learning in Stochastic Automata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency  
mt  
Metabolomics Data Analysis Toolbox
Functions for metabolomics data analysis: data preprocessing, orthogonal signal correction, PCA ana ...
Download / Learn more Package Citations See dependency  
ffscrapr  
API Client for Fantasy Football League Platforms
Helps access various Fantasy Football APIs by handling authentication and rate-limiting, forming ap ...
Download / Learn more Package Citations See dependency  
Maintainer: Tan Ho (view profile)
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  
bSims  
Agent-Based Bird Point Count Simulator
A highly scientific and utterly addictive bird point count simulator to test statistical assumptio ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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