Package: Dict
Title: R6 Based Key-Value Dictionary Implementation
Version: 0.1.0
Authors@R: 
    person(given = "Shun",
           family = "Asai",
           role = c("aut", "cre", "cph"),
           email = "syun.asai@gmail.com")
Description: A key-value dictionary data structure based on R6 class which is designed to be similar usages with other languages dictionary (e.g. 'Python') with reference semantics and extendabilities by R6.
URL: https://github.com/five-dots/Dict
BugReports: https://github.com/five-dots/Dict/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: R6, dplyr, magrittr, purrr, rlang,
Suggests: testthat
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-06-02 13:00:04 UTC; shun
Author: Shun Asai [aut, cre, cph]
Maintainer: Shun Asai <syun.asai@gmail.com>
Repository: CRAN
Date/Publication: 2020-06-02 15:10:10 UTC
Built: R 4.3.0; ; 2023-04-06 20:34:17 UTC; unix
