Package: configr
Title: An Implementation of Parsing and Writing Configuration File
        (JSON/INI/YAML)
Version: 0.0.2
Authors@R: person("Jianfeng", "Li", email = "lee_jianfeng@sjtu.edu.cn", role = c("aut", "cre"))
Description: 
    Implements the YAML parser, JSON parser and INI parser for R setting and writing of configuration file. The functionality of this package is similar to that of package 'config'. 
Depends: R (>= 3.2.1)
URL: https://github.com/Miachol/configr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: stringr (>= 1.0.0), rjson (>= 0.2.15), ini (>= 0.2),
        futile.logger (>= 1.4.1), tools (>= 3.1.1), yaml (>= 2.1.3),
        config (>= 0.2)
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown, testthat
NeedsCompilation: no
Packaged: 2017-01-15 12:06:08 UTC; ljf
Author: Jianfeng Li [aut, cre]
Maintainer: Jianfeng Li <lee_jianfeng@sjtu.edu.cn>
Repository: CRAN
Date/Publication: 2017-01-15 17:21:12
