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 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 Config/pak/sysreqs: libicu-dev Repository: https://miachol.r-universe.dev Date/Publication: 2023-07-19 08:24:35 UTC RemoteUrl: https://github.com/miachol/configr RemoteRef: HEAD RemoteSha: f921bb43048a668da5a28931da1627ae80a070d3 NeedsCompilation: no Packaged: 2026-06-12 08:55:25 UTC; root Author: Jianfeng Li [aut, cre] (ORCID: ) Maintainer: Jianfeng Li