Package: ConfigINI 0.1
ConfigINI: A Fast INI File Parser
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.
Authors:
ConfigINI_0.1.tar.gz
ConfigINI_0.1.zip(r-4.5)ConfigINI_0.1.zip(r-4.4)ConfigINI_0.1.zip(r-4.3)
ConfigINI_0.1.tgz(r-4.5-x86_64)ConfigINI_0.1.tgz(r-4.5-arm64)ConfigINI_0.1.tgz(r-4.4-x86_64)ConfigINI_0.1.tgz(r-4.4-arm64)ConfigINI_0.1.tgz(r-4.3-x86_64)ConfigINI_0.1.tgz(r-4.3-arm64)
ConfigINI_0.1.tar.gz(r-4.5-noble)ConfigINI_0.1.tar.gz(r-4.4-noble)
ConfigINI_0.1.tgz(r-4.4-emscripten)ConfigINI_0.1.tgz(r-4.3-emscripten)
ConfigINI.pdf |ConfigINI.html✨
ConfigINI/json (API)
# Install 'ConfigINI' in R: |
install.packages('ConfigINI', repos = c('https://dyfanjones.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dyfanjones/configini/issues
Last updated 2 months agofrom:4d56a16ac3. Checks:11 OK. Indexed: yes.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Feb 01 2025 |
R-4.5-win-x86_64 | OK | Feb 01 2025 |
R-4.5-mac-x86_64 | OK | Feb 01 2025 |
R-4.5-mac-aarch64 | OK | Feb 01 2025 |
R-4.5-linux-x86_64 | OK | Feb 01 2025 |
R-4.4-win-x86_64 | OK | Feb 01 2025 |
R-4.4-mac-x86_64 | OK | Feb 01 2025 |
R-4.4-mac-aarch64 | OK | Feb 01 2025 |
R-4.3-win-x86_64 | OK | Feb 01 2025 |
R-4.3-mac-x86_64 | OK | Feb 01 2025 |
R-4.3-mac-aarch64 | OK | Feb 01 2025 |
Dependencies:Rcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Read and Parse INI File | read_ini |
Write Configuration Data to an INI File | write_ini |