Package: inih Type: Package Title: Fast INI File Parser for R Version: 0.1 Date: 2024-12-31 Authors@R: c( person("Dyfan", "Jones", email="dyfan.r.jones@gmail.com", role= c("aut", "cre")), person("Ben", "Hoyt", role = c("aut", "cph"), comment="Author of bundled inih")) Description: Provide a simple 'INI' file parser to structured list format. Using the 'C' library 'inih' as backend of fast performance. License: MIT + file LICENSE URL: https://github.com/DyfanJones/inih BugReports: https://github.com/DyfanJones/inih/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Encoding: UTF-8 LinkingTo: Rcpp Imports: Rcpp (>= 1.0.11) Suggests: knitr, testthat (>= 3.0.0) Collate: 'RcppExports.R' Config/testthat/edition: 3 Repository: https://dyfanjones.r-universe.dev Date/Publication: 2024-12-31 13:02:06 UTC RemoteUrl: https://github.com/DyfanJones/inih RemoteRef: HEAD RemoteSha: 54ee31987af996859017facabf5165262b04f618 NeedsCompilation: yes Packaged: 2026-06-02 09:43:54 UTC; root Author: Dyfan Jones [aut, cre], Ben Hoyt [aut, cph] (Author of bundled inih) Maintainer: Dyfan Jones