{
  "_id": "6a5b178a9baadeef8ab4b2f3",
  "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-07-18 06:00:11 UTC",
    "User": "root"
  },
  "Author": "Dyfan Jones [aut, cre]",
  "Maintainer": "Dyfan Jones <dyfan.r.jones@gmail.com>",
  "_user": "dyfanjones",
  "_type": "src",
  "_file": "ConfigINI_0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/3b8eb433ffe3bbb1c678c15d827fcbb1938125d0108dbdb879aa6619223a12c5",
  "_filesize": 133654,
  "_sha256": "3b8eb433ffe3bbb1c678c15d827fcbb1938125d0108dbdb879aa6619223a12c5",
  "_expires": "2026-10-26T06:04:56.000Z",
  "_created": "2026-07-18T06:00:11.000Z",
  "_published": "2026-07-18T06:04:58.167Z",
  "_jobs": [
    {
      "job": 88050879558,
      "time": 141,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8426220091"
    },
    {
      "job": 88050879560,
      "time": 122,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8426216852"
    },
    {
      "job": 88050879564,
      "time": 148,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426221168"
    },
    {
      "job": 88050879576,
      "time": 124,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426217028"
    },
    {
      "job": 88050879557,
      "time": 71,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8426208950"
    },
    {
      "job": 88050879510,
      "time": 178,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8426225067"
    },
    {
      "job": 88050879497,
      "time": 69,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426208838"
    },
    {
      "job": 88050879518,
      "time": 245,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426235206"
    },
    {
      "job": 88050649935,
      "time": 171,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426197526"
    },
    {
      "job": 88050879454,
      "time": 116,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8426215998"
    },
    {
      "job": 88050879469,
      "time": 135,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8426218847"
    },
    {
      "job": 88050879517,
      "time": 93,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8426212286"
    },
    {
      "job": 88050879487,
      "time": 86,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8426211139"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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",
    "followers": 41
  },
  "_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.1",
  "_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",
    "LICENSE",
    "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": "16-20260322-1ubuntu1",
      "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-07-18T06:02:45.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/db66fd558f2c38600b7f478503f5624ef189ef1562524e31c00d67622771c994",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-07-18T06:02:18.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/7947d36ac0cf26b81bd94f1000e426737cd5a6b2d448fcba21ed4d5b98037019",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1",
      "date": "2026-07-18T06:02:51.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/310b676e80bd3a14b1eaf548bf0f501b2138cdbcb0427abbfee31f1c99ae5266",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1",
      "date": "2026-07-18T06:02:18.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/51e98ba4d8fbf23b1e98d27b0857c72cfdc77aa4712b2695ea7ef6873bc84f1a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-07-18T06:01:31.000Z",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/8d333c75903d96b05d59a3a83fd1ab73fdca61ddcad80805fc591be1e6260fd3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-07-18T06:02:59.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/6b10c41ef8843aab96e48aaa07ca4b28f5c488725c81c227dedc269ebc36876b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1",
      "date": "2026-07-18T06:01:30.000Z",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/40ed983f93a032c33f531ccfe610ead6d2f2a822627ca8a64dd2955bd124cf5a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1",
      "date": "2026-07-18T06:03:55.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/2f573a1ab888b0f192bd84657f53b4d5b2dc651ee0093e21a881caaa97a786f3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-07-18T06:02:22.000Z",
      "arch": "emscripten",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/d476d2554ad0c30229fe037d656a0f5db2ea90b32d15af1b19cf07c4d9572a99",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-07-18T06:02:02.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/89c9d1581295b899cffa110f1a921b290977f8c1e2bfdada3675a55acda0ed52",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1",
      "date": "2026-07-18T06:01:25.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/78c7a0c9065f44189683e953d8f54b3b4e955f08c6f1f327f9af98ce24935f26",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1",
      "date": "2026-07-18T06:01:18.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "https://r2.ropensci.org/f861ca536bb54a71f4fdd24c45a284ed6c3998b97ad021ce7964d79be2db4db2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/29633149391"
    }
  ]
}