Package: flifo
Type: Package
Title: Don't Get Stuck with Stacks in R
Version: 0.1.5
Date: 2018-07-31
Authors@R: person("Paul", "Poncet", , "paulponcet@yahoo.fr", role = c("aut", "cre"))
Description: 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.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.1.3)
Imports: bazar, pryr
VignetteBuilder: knitr
Suggests: knitr, stats, testthat
URL: https://github.com/paulponcet/flifo
BugReports: https://github.com/paulponcet/flifo/issues
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-07-31 21:29:33 UTC; YL1101
Author: Paul Poncet [aut, cre]
Maintainer: Paul Poncet <paulponcet@yahoo.fr>
Repository: CRAN
Date/Publication: 2018-07-31 21:50:03 UTC
Built: R 4.2.0; ; 2022-04-27 05:10:25 UTC; unix
