Package: ConfigINI Type: Package Title: A Fast INI File Parser Version: 0.1 Authors@R: c( person("Dyfan", "Jones", email="dyfan.r.jones@gmail.com", role= c("aut", "cre"))) Description: Provides a simple yet efficient parser for INI configuration files, converting them into structured list formats for easy manipulation and access within R. The structured list can seamlessly be written back to an INI configuration file, ensuring smooth round-trip data handling. License: MIT + file LICENSE Imports: Rcpp (>= 1.0.13) LinkingTo: Rcpp RoxygenNote: 7.3.2 Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Collate: 'RcppExports.R' 'read_ini.R' Repository: https://dyfanjones.r-universe.dev Date/Publication: 2025-01-02 18:33:52 UTC RemoteUrl: https://github.com/DyfanJones/ConfigINI RemoteRef: HEAD RemoteSha: 4d56a16ac3a36515203502f10c7a7d25dc6ceffb NeedsCompilation: yes Packaged: 2026-06-18 07:53:49 UTC; root Author: Dyfan Jones [aut, cre] Maintainer: Dyfan Jones