Package: container
Type: Package
Title: Extending Base 'R' Lists
Version: 1.0.5
Authors@R: 
    person("Roman", "Pahl",
    email = "roman.pahl@gmail.com", role = c("aut", "cre"))
Description: Extends the functionality of base 'R' lists 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, testthat (>= 3.0.0)
URL: https://rpahl.github.io/container/,
        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: 7.2.1
Config/testthat/edition: 3
Packaged: 2024-12-02 14:57:12 UTC; Roman
Date/Publication: 2024-12-02 20:00:02 UTC
Built: R 4.5.2; ; 2025-11-01 01:11:20 UTC; windows
