{
  "_id": "6a1eec9ab401979e73412618",
  "Package": "ConfigINI",
  "Type": "Package",
  "Title": "A Fast INI File Parser",
  "Version": "0.1",
  "Authors@R": "c(\nperson(\"Dyfan\", \"Jones\", email=\"dyfan.r.jones@gmail.com\", role= c(\"aut\", \"cre\")))",
  "Description": "Provides a simple yet efficient parser for INI\nconfiguration files, converting them into structured list\nformats for easy manipulation and access within R. The\nstructured list can seamlessly be written back to an INI\nconfiguration file, ensuring smooth round-trip data handling.",
  "License": "MIT + file LICENSE",
  "RoxygenNote": "7.3.2",
  "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": {
    "Date": "2026-05-19 09:23:21 UTC",
    "User": "root"
  },
  "Author": "Dyfan Jones [aut, cre]",
  "Maintainer": "Dyfan Jones <dyfan.r.jones@gmail.com>",
  "MD5sum": "68c9ae6372c46c39a63c64a25a3da391",
  "_user": "dyfanjones",
  "_type": "src",
  "_file": "ConfigINI_0.1.tar.gz",
  "_fileid": "5bee08d5f75c03af106476189eb9e3b1c2de678cd8fe98ab70a0a2d53b2ad8de",
  "_filesize": 133704,
  "_sha256": "5bee08d5f75c03af106476189eb9e3b1c2de678cd8fe98ab70a0a2d53b2ad8de",
  "_created": "2026-05-19T09:23:21.000Z",
  "_published": "2026-06-02T14:45:46.213Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79098542571,
      "time": 151,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079686009"
    },
    {
      "job": 79098542688,
      "time": 134,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079680096"
    },
    {
      "job": 79098542262,
      "time": 129,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079678155"
    },
    {
      "job": 79098542529,
      "time": 115,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079673232"
    },
    {
      "job": 79098543296,
      "time": 107,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079669839"
    },
    {
      "job": 79098542960,
      "time": 216,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079708496"
    },
    {
      "job": 79098544738,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079672242"
    },
    {
      "job": 79098542420,
      "time": 190,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079700100"
    },
    {
      "job": 79098541780,
      "time": 193,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079630537"
    },
    {
      "job": 79098541009,
      "time": 101,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7361066144"
    },
    {
      "job": 79098542320,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7079662437"
    },
    {
      "job": 79098542442,
      "time": 105,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7079669175"
    },
    {
      "job": 79098542490,
      "time": 102,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7079668186"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/DyfanJones/ConfigINI",
  "_commit": {
    "id": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
    "author": "dyfan.jones <dyfan.jones@theverygroup.com>",
    "committer": "dyfan.jones <dyfan.jones@theverygroup.com>",
    "message": "remove caching as mtime doesn't work on windows os\n",
    "time": 1735842832
  },
  "_maintainer": {
    "name": "Dyfan Jones",
    "email": "dyfan.r.jones@gmail.com",
    "login": "dyfanjones",
    "description": "",
    "uuid": 23235152
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "version": ">= 1.0.13",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "dyfanjones",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "ini",
    "cpp"
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "dyfanjones",
      "count": 8,
      "uuid": 23235152
    }
  ],
  "_userbio": {
    "uuid": 23235152,
    "type": "user",
    "name": "Larefly"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/ConfigINI"
  },
  "_devurl": "https://github.com/dyfanjones/configini",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/ConfigINI.html",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "read_ini",
    "write_ini"
  ],
  "_help": [
    {
      "page": "read_ini",
      "title": "Read and Parse INI File",
      "topics": [
        "read_ini"
      ]
    },
    {
      "page": "write_ini",
      "title": "Write Configuration Data to an INI File",
      "topics": [
        "write_ini"
      ]
    }
  ],
  "_readme": "https://github.com/DyfanJones/ConfigINI/raw/HEAD/README.md",
  "_rundeps": [
    "Rcpp"
  ],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "configini",
  "_universes": [
    "dyfanjones"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-19T09:26:03.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "9cf6e77cdb8c59ac55c5365e0a43f8c9f5f927c66eb0af1a15d5ef0a52a1d9ff",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-19T09:25:44.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "20fad41346b1ba3485acafeb4fdc827a49da1f326e0157cef02db2d7b414873b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-19T09:25:42.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "d774f00250264c9afaf05ebdf316d937edcdb5fad77f9162495726e693d17363",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-05-19T09:25:24.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "514a9322bf05c52d151e9546bd51c6a571500c6c7d015bbefc380d9e25bc28f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-19T09:25:13.000Z",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "d536c3c745749f4e9c69677d46680ef227198c4dc39f4476c6777a4f3a3764a6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-19T09:26:39.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "5960ff0219934f8915b0c70fa5baa9513de2cafdf796a6ba81950b8ee619a447",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-19T09:25:20.000Z",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "7c52c3cafcf7d9bd1dcc5f83477048b244a171b98d74b101fc1b0324e2118cbc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1",
      "date": "2026-05-19T09:26:20.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "0c268feb9a4ebd0a60c60d2f2371fea7a6e21b822eeb6f33f0b9ed0fdf41e9d0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-19T09:24:34.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "c3498eb3d05096a840a44f82347a5cf3b8a046af779386a7784444725213e34a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-19T09:24:45.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "ad03501be5fa966d5d92cfcf7e4cab2956a4782b8aba751750b8c54ba32a8008",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-05-19T09:24:47.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "7396c63aea6866f5a9e72f9a04ed958c3aa5e000b88d6e33cba2f3556346057d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-06-02T14:45:01.000Z",
      "arch": "emscripten",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "a5d76f7f3e09fa9f2a68f49831dd24e0b1f929eb956fb7326b1a7c25f87fca52",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/26088116050"
    }
  ]
}