Package: ConfigParser Title: Package to Parse an INI File, Including Variable Interpolation Version: 1.0.0 Authors@R: person("Holger", "Hoefling", email = "hhoeflin@gmail.com", role = c("aut", "cre")) Description: 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. Depends: R (>= 3.0.0), ini, R6 License: GPL-3 Encoding: UTF-8 Suggests: testthat RoxygenNote: 6.0.1.9000 URL: https://github.com/hhoeflin/ConfigParser BugReports: https://github.com/hhoeflin/ConfigParser/issues Repository: https://hhoeflin.r-universe.dev Date/Publication: 2017-09-14 22:08:00 UTC RemoteUrl: https://github.com/hhoeflin/configparser RemoteRef: HEAD RemoteSha: 0385c85d66eb985781bf880a3ee337f3835c584c NeedsCompilation: no Packaged: 2026-06-22 08:05:10 UTC; root Author: Holger Hoefling [aut, cre] Maintainer: Holger Hoefling