Package: configr
Type: Package
Title: An Implementation of Parsing and Writing Configuration File
        (JSON/INI/YAML/TOML)
Version: 0.2.3
Authors@R: person("Jianfeng", "Li", email = "lee_jianfeng@sjtu.edu.cn", role = c("aut", "cre"))
Description: 
    Implements the JSON, INI, YAML and TOML parser for R setting and writing of configuration file. The functionality of this package is similar to that of package 'config'. 
Depends: R (>= 3.3.0)
URL: https://github.com/Miachol/configr
BugReports: https://github.com/Miachol/configr/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: jsonlite (>= 1.2), ini (>= 0.2), yaml (>= 2.1.3), RcppTOML (>=
        0.1.3), stringr (>= 1.2.0)
RoxygenNote: 6.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-05-26 00:52:42 UTC; ljf
Author: Jianfeng Li [aut, cre]
Maintainer: Jianfeng Li <lee_jianfeng@sjtu.edu.cn>
Repository: CRAN
Date/Publication: 2017-05-26 06:14:04 UTC
