Package: configr
Type: Package
Title: An Implementation of Parsing and Writing Configuration File
        (JSON/INI/YAML/TOML)
Version: 0.3.5
Authors@R: person("Jianfeng", "Li", email = "lee_jianfeng@sjtu.edu.cn", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2349-208X"))
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), utils, glue
RoxygenNote: 7.1.0
Suggests: testthat, knitr, rmarkdown, prettydoc
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-17 09:24:13 UTC; apple
Author: Jianfeng Li [aut, cre] (<https://orcid.org/0000-0003-2349-208X>)
Maintainer: Jianfeng Li <lee_jianfeng@sjtu.edu.cn>
Repository: CRAN
Date/Publication: 2020-07-17 10:10:02 UTC
Built: R 4.1.0; ; 2021-05-26 13:59:58 UTC; unix
