Package: flifo
Type: Package
Title: Don't Get Stuck with Stacks in R
Version: 0.1.4
Date: 2017-01-14
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, testthat
URL: https://github.com/paulponcet/flifo
BugReports: https://github.com/paulponcet/flifo/issues
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-01-14 14:04:56 UTC; YL1101
Author: Paul Poncet [aut, cre]
Maintainer: Paul Poncet <paulponcet@yahoo.fr>
Repository: CRAN
Date/Publication: 2017-01-14 15:24:52
