Package: configr
Title: An Implementation of Parsing and Writing Configuration File
        (JSON/INI/YAML/TOML)
Version: 0.1.0
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
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: jsonlite (>= 1.2), ini (>= 0.2), yaml (>= 2.1.3), RcppTOML (>=
        0.1.1)
RoxygenNote: 5.0.1
Suggests: testthat
NeedsCompilation: no
Packaged: 2017-02-14 08:18:37 UTC; ljf
Author: Jianfeng Li [aut, cre]
Maintainer: Jianfeng Li <lee_jianfeng@sjtu.edu.cn>
Repository: CRAN
Date/Publication: 2017-02-14 12:07:01
