Package: container
Type: Package
Title: Deque, Set, and Dict - R6 Based Container Classes with Iterators
Version: 0.3.0
Date: 2018-12-01
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-12-01 22:32:39 UTC; roman
Date/Publication: 2018-12-01 22:50:05 UTC
