Package: rstackdeque 1.1.1
rstackdeque: Persistent Fast Amortized Stack and Queue Data Structures
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.
Authors:
rstackdeque_1.1.1.tar.gz
rstackdeque_1.1.1.zip(r-4.7)rstackdeque_1.1.1.zip(r-4.6)rstackdeque_1.1.1.zip(r-4.5)
rstackdeque_1.1.1.tgz(r-4.6-any)rstackdeque_1.1.1.tgz(r-4.5-any)
rstackdeque_1.1.1.tar.gz(r-4.7-any)rstackdeque_1.1.1.tar.gz(r-4.6-any)
rstackdeque_1.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
rstackdeque/json (API)
| # Install 'rstackdeque' in R: |
| install.packages('rstackdeque', repos = c('https://oneilsh.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/oneilsh/rstackdeque/issues
Last updated from:c3215330a0. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 108 | ||
| source / vignettes | OK | 126 | ||
| linux-release-x86_64 | WARNING | 114 | ||
| macos-release-arm64 | WARNING | 121 | ||
| macos-oldrel-arm64 | WARNING | 231 | ||
| windows-devel | WARNING | 67 | ||
| windows-release | WARNING | 67 | ||
| windows-oldrel | WARNING | 69 | ||
| wasm-release | OK | 88 |
Exports:as.rdequeas.rpqueueas.rstackemptyfixdinsert_backinsert_frontinsert_topmakeequalpeek_backpeek_back<-peek_frontpeek_front<-peek_toppeek_top<-rdequerotaterpqueuerstackrstacknodewithout_backwithout_frontwithout_top
Dependencies:
