Package: VarBundle
Type: Package
Title: Read-Only Variable Bundles
Version: 0.3.0
Author: Brandon C. Loudermilk
Maintainer: Brandon C. Loudermilk <b.c.loudermilk@gmail.com>
Description: Easily create list-like structures with constant, read-only 
    variables. Combines the flexibility of lists with read-only fields.
    Supports defensive programming by throwing errors on field assignment,
    helping mitigate the introduction of logical runtime bugs.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Depends: R (>= 3.5.0)
Imports: R6 (>= 2.2.2), glue (>= 1.3.0), tibble (>= 1.4.2), magrittr
        (>= 1.5), dplyr (>= 0.7.6), stringr (>= 1.3.1), crayon (>=
        1.3.4)
Suggests: testthat (>= 2.0.0), purrr (>= 0.2.5), knitr (>= 1.20),
        rmarkdown (>= 1.10), readr (>= 1.1.1)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-08-16 13:27:18 UTC; L743724
Repository: CRAN
Date/Publication: 2018-08-17 08:40:10 UTC
Built: R 4.0.2; ; 2020-07-16 17:53:41 UTC; unix
