Package: ConfigParser 1.0.0

ConfigParser: Package to Parse an INI File, Including Variable Interpolation

Enhances the 'ini' package by adding the ability to interpolate variables. The INI configuration file is read into an R6 ConfigParser object (loosely inspired by Pythons ConfigParser module) and the keys can be read, where '%(....)s' instances are interpolated by other included options or outside variables.

Authors:Holger Hoefling [aut, cre]

ConfigParser_1.0.0.tar.gz
ConfigParser_1.0.0.zip(r-4.5)ConfigParser_1.0.0.zip(r-4.4)ConfigParser_1.0.0.zip(r-4.3)
ConfigParser_1.0.0.tgz(r-4.4-any)ConfigParser_1.0.0.tgz(r-4.3-any)
ConfigParser_1.0.0.tar.gz(r-4.5-noble)ConfigParser_1.0.0.tar.gz(r-4.4-noble)
ConfigParser_1.0.0.tgz(r-4.4-emscripten)ConfigParser_1.0.0.tgz(r-4.3-emscripten)
ConfigParser.pdf |ConfigParser.html
ConfigParser/json (API)
NEWS

# Install 'ConfigParser' in R:
install.packages('ConfigParser', repos = c('https://hhoeflin.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/hhoeflin/configparser/issues

On CRAN:

1 exports 1 stars 1.03 score 2 dependencies 1 dependents 29 scripts 398 downloads

Last updated 7 years agofrom:0385c85d66. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 12 2024
R-4.5-winOKSep 12 2024
R-4.5-linuxOKSep 12 2024
R-4.4-winOKSep 12 2024
R-4.4-macOKSep 12 2024
R-4.3-winOKSep 12 2024
R-4.3-macOKSep 12 2024

Exports:ConfigParser

Dependencies:iniR6

Readme and manuals

Help Manual

Help pageTopics
R6 object to parse an INI fileConfigParser configParser-class