Package: container
Type: Package
Title: Extending Base R List
Version: 1.0.1
Date: 2022-02-19
Authors@R: 
    person("Roman", "Pahl",
    email = "roman.pahl@gmail.com", role = c("aut", "cre"))
Description: Extends the functionality of base R list and
    provides specialized data structures deque,
    set, dict, and dict.table, the latter to extend the data.table
    package.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
Imports: data.table, methods, R6
VignetteBuilder: knitr
Suggests: knitr, tinytest, rmarkdown, microbenchmark, ggplot2, dplyr,
        tibble
URL: https://rpahl.github.io/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: 7.1.2
Packaged: 2022-02-19 15:03:22 UTC; Roman
Date/Publication: 2022-02-19 15:30:02 UTC
Built: R 4.0.5; ; 2022-02-20 11:25:07 UTC; unix
