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:Paul Poncet [aut, cre]

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'))

Peer review:

Bug tracker:https://github.com/paulponcet/flifo/issues

On CRAN:

4.30 score 4 stars 10 scripts 139 downloads 15 exports 21 dependencies

Last updated 6 years agofrom:19c9b563e9. Checks:OK: 1 WARNING: 6. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 27 2024
R-4.5-winWARNINGOct 27 2024
R-4.5-linuxWARNINGOct 27 2024
R-4.4-winWARNINGOct 27 2024
R-4.4-macWARNINGOct 27 2024
R-4.3-winWARNINGOct 27 2024
R-4.3-macWARNINGOct 27 2024

Exports:fifois.emptyis.fifois.lifois.ninois.stacklifomax_lengthmax_length<-max_sizemax_size<-ninopoppushsize

Dependencies:bazarclicodetoolscpp11crayonfansigluelifecyclelobstrmagrittrpillarpkgconfigprettyunitspryrRcpprlangstringistringrtibbleutf8vctrs

The flifo package

Rendered fromflifo-vignette.Rmdusingknitr::rmarkdownon Oct 27 2024.

Last update: 2017-01-02
Started: 2016-12-23

Readme and manuals

Help Manual

Help pageTopics
flifo: don't get stuck with stacks in Rflifo-package flifo
Test emptyness of a stackis.empty.stack
Stacks - creation and classas.list.stack fifo is.fifo is.lifo is.nino is.stack lifo nino
Maximum length of a stackmax_length max_length<-
Retrieve an object from a stackpop
Print a stack.print.stack
Insert an object into a stackpush
Size of a stackmax_size max_size<- size