Package: flifo 0.1.5
flifo: Don't Get Stuck with Stacks in R
Functions to create and manipulate FIFO (First In First Out), LIFO (Last In First Out), and NINO (Not In or Never Out) stacks in R.
Authors:
flifo_0.1.5.tar.gz
flifo_0.1.5.zip(r-4.5)flifo_0.1.5.zip(r-4.4)flifo_0.1.5.zip(r-4.3)
flifo_0.1.5.tgz(r-4.4-any)flifo_0.1.5.tgz(r-4.3-any)
flifo_0.1.5.tar.gz(r-4.5-noble)flifo_0.1.5.tar.gz(r-4.4-noble)
flifo_0.1.5.tgz(r-4.4-emscripten)flifo_0.1.5.tgz(r-4.3-emscripten)
flifo.pdf |flifo.html✨
flifo/json (API)
NEWS
# Install 'flifo' in R: |
install.packages('flifo', repos = c('https://paulponcet.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/paulponcet/flifo/issues
Last updated 6 years agofrom:19c9b563e9. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | WARNING | Oct 27 2024 |
R-4.5-linux | WARNING | Oct 27 2024 |
R-4.4-win | WARNING | Oct 27 2024 |
R-4.4-mac | WARNING | Oct 27 2024 |
R-4.3-win | WARNING | Oct 27 2024 |
R-4.3-mac | WARNING | Oct 27 2024 |
Exports:fifois.emptyis.fifois.lifois.ninois.stacklifomax_lengthmax_length<-max_sizemax_size<-ninopoppushsize
Dependencies:bazarclicodetoolscpp11crayonfansigluelifecyclelobstrmagrittrpillarpkgconfigprettyunitspryrRcpprlangstringistringrtibbleutf8vctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
flifo: don't get stuck with stacks in R | flifo-package flifo |
Test emptyness of a stack | is.empty.stack |
Stacks - creation and class | as.list.stack fifo is.fifo is.lifo is.nino is.stack lifo nino |
Maximum length of a stack | max_length max_length<- |
Retrieve an object from a stack | pop |
Print a stack. | print.stack |
Insert an object into a stack | push |
Size of a stack | max_size max_size<- size |