Package: container
Type: Package
Title: Deque, Set, and Dict - R6 Based Container Classes with Iterators
Version: 0.2.1
Date: 2018-06-25
Authors@R: 
    person("Roman", "Pahl",
    email = "roman.pahl@gmail.com", role = c("aut", "cre"))
Description: Common container data structures deque, set and dict (resembling
    'Python's dict type) with typical member functions to insert, delete and
    access container elements. Provides iterators and reference semantics.
Depends: R (>= 3.0)
License: GPL-3
LazyData: TRUE
Encoding: UTF-8
Imports: R6
VignetteBuilder: knitr
Suggests: knitr, testthat, rmarkdown
URL: https://github.com/rpahl/container
BugReports: https://github.com/rpahl/container/issues
NeedsCompilation: no
Author: Roman Pahl [aut, cre]
Maintainer: Roman Pahl <roman.pahl@gmail.com>
Repository: CRAN
RoxygenNote: 6.0.1
Packaged: 2018-06-25 10:15:12 UTC; rp535498
Date/Publication: 2018-07-01 13:30:59 UTC
