{
  "_id": "6a33a52a3efcd9bda43a9d68",
  "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-06-18 07:53:49 UTC",
    "User": "root"
  },
  "Author": "Dyfan Jones [aut, cre]",
  "Maintainer": "Dyfan Jones <dyfan.r.jones@gmail.com>",
  "MD5sum": "6a20341de76573c625947c2853e6d21d",
  "_user": "dyfanjones",
  "_type": "src",
  "_file": "ConfigINI_0.1.tar.gz",
  "_fileid": "49b5b00b33372d1c31e4ab5a456949580609726ec1c2c00335ae2c11e8ae576d",
  "_filesize": 134205,
  "_sha256": "49b5b00b33372d1c31e4ab5a456949580609726ec1c2c00335ae2c11e8ae576d",
  "_created": "2026-06-18T07:53:49.000Z",
  "_published": "2026-06-18T07:58:34.013Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82081238413,
      "time": 139,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7717380548"
    },
    {
      "job": 82081238447,
      "time": 157,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7717385602"
    },
    {
      "job": 82081238448,
      "time": 151,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717384561"
    },
    {
      "job": 82081238424,
      "time": 116,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717373591"
    },
    {
      "job": 82081238452,
      "time": 120,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7717373696"
    },
    {
      "job": 82081238442,
      "time": 184,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7717395149"
    },
    {
      "job": 82081238451,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717369852"
    },
    {
      "job": 82081238454,
      "time": 237,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717414310"
    },
    {
      "job": 82080758633,
      "time": 170,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717329893"
    },
    {
      "job": 82081238395,
      "time": 104,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717366961"
    },
    {
      "job": 82081238398,
      "time": 92,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7717362600"
    },
    {
      "job": 82081238488,
      "time": 91,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7717362746"
    },
    {
      "job": 82081238394,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7717359216"
    }
  ],
  "_buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380",
  "_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",
    "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.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",
    "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": "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-06-18T07:56:19.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "3d29a774c0cebd4861b9c70572b9229aa2566770293d5c81664813a2aa887368",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-06-18T07:56:32.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "040494a001cede026e3400212dd47f4d6c21870c400849652cc61f2b9feb9ee5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-06-18T07:56:32.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "86ea592cbfb2428cdd941cfa9fcc9c2f6a66bcb31f12102a7fa8d78e2dee34af",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1",
      "date": "2026-06-18T07:55:58.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "b55764750f121470ca63da1fae04d892b5a9122bf32134873071a4ef717b93eb",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-06-18T07:55:49.000Z",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "fb2cf86496693d7e2963444ae8978457b0f206dbb576c45dfbdd97968ead00b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1",
      "date": "2026-06-18T07:56:49.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "d867507c0c0f68bdaa6a5c4c857ef65990fa5ef58f6e8d090f7e1c7bdbb50534",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1",
      "date": "2026-06-18T07:55:41.000Z",
      "arch": "aarch64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "84ab673222a0174724f944a00c51a51f04e547db42a861735ca2e24a235a83fe",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1",
      "date": "2026-06-18T07:57:19.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "f7ab32183451725ea05a7f6e563cbfb963c3ac3779ffa0e53bf77c7cabcc225e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1",
      "date": "2026-06-18T07:55:50.000Z",
      "arch": "emscripten",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "a8f8e8caf0bf823088366b4d7b2093b4e8a2f641a21be38fa2fa6dce096dcc4a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-06-18T07:55:02.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "147a0b4c100cc5a9ce8fc75546ca352f1afb01fdff98b7641a5bef5e76ef3984",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1",
      "date": "2026-06-18T07:55:06.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "2921c73b845c3da16bd5999193c75d506b07c129bbb87c9fd986a5009c719ae3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1",
      "date": "2026-06-18T07:54:58.000Z",
      "arch": "x86_64",
      "commit": "4d56a16ac3a36515203502f10c7a7d25dc6ceffb",
      "fileid": "f9cf1a1aa53d2aa54368f1866e9f506fb9c197efbb20b18d8080c31b010da16b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/dyfanjones/actions/runs/27744896380"
    }
  ]
}