Package: container
Type: Package
Title: Extending Base 'R' Lists
Version: 1.0.4
Date: 2022-12-11
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/
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: 2022-12-11 10:58:40 UTC; Roman
Date/Publication: 2022-12-11 11:20:02 UTC
Built: R 4.2.0; ; 2023-04-10 20:59:46 UTC; unix
