Package: container
Type: Package
Title: Extending Base R List
Version: 1.0.2
Date: 2022-07-20
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-07-20 10:12:57 UTC; Roman
Date/Publication: 2022-07-20 10:40:02 UTC
