{
  "_id": "6a10bf9bacfb0bcc41ccaaa2",
  "Package": "filearray",
  "Type": "Package",
  "Title": "File-Backed Array for Out-of-Memory Computation",
  "Version": "0.2.2",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "License": "LGPL-3",
  "URL": "https://dipterix.org/filearray/,\nhttps://github.com/dipterix/filearray",
  "BugReports": "https://github.com/dipterix/filearray/issues",
  "Authors@R": "c(\nperson(\n\"Zhengjia\", \"Wang\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"dipterix.wang@gmail.com\"\n))",
  "Description": "Stores large arrays in files to avoid occupying large\nmemories. Implemented with super fast gigabyte-level\nmulti-threaded reading/writing via 'OpenMP'. Supports multiple\nnon-character data types (double, float, complex, integer,\nlogical, and raw).",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/roxygen2/version": "8.0.0",
  "Repository": "https://rave-ieeg.r-universe.dev",
  "Date/Publication": "2026-05-22 19:11:12 UTC",
  "RemoteUrl": "https://github.com/dipterix/filearray",
  "RemoteRef": "HEAD",
  "RemoteSha": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-22 20:35:05 UTC",
    "User": "root"
  },
  "Author": "Zhengjia Wang [aut, cre, cph]",
  "Maintainer": "Zhengjia Wang <dipterix.wang@gmail.com>",
  "MD5sum": "fcd0355154cbee7de9715cb48da8db9e",
  "_user": "rave-ieeg",
  "_type": "src",
  "_file": "filearray_0.2.2.tar.gz",
  "_fileid": "8c71e9a4655ec59313bd291ece2dda0b99bcdc171dcddecaa1d2053b8dd67809",
  "_filesize": 300371,
  "_sha256": "8c71e9a4655ec59313bd291ece2dda0b99bcdc171dcddecaa1d2053b8dd67809",
  "_created": "2026-05-22T20:35:05.000Z",
  "_published": "2026-05-22T20:42:03.925Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77458433807,
      "time": 176,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7169848720"
    },
    {
      "job": 77458433825,
      "time": 207,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7169856633"
    },
    {
      "job": 77458433798,
      "time": 207,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7169856702"
    },
    {
      "job": 77458433811,
      "time": 174,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7169848317"
    },
    {
      "job": 77458433797,
      "time": 157,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7169843535"
    },
    {
      "job": 77458433815,
      "time": 318,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7169888398"
    },
    {
      "job": 77458433902,
      "time": 115,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7169831551"
    },
    {
      "job": 77458433816,
      "time": 355,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7169898418"
    },
    {
      "job": 77457914229,
      "time": 219,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7169800082"
    },
    {
      "job": 77458433718,
      "time": 147,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7169840234"
    },
    {
      "job": 77458433809,
      "time": 231,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7169863430"
    },
    {
      "job": 77458433767,
      "time": 222,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7169861365"
    },
    {
      "job": 77458433800,
      "time": 207,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7169856768"
    }
  ],
  "_buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/dipterix/filearray",
  "_commit": {
    "id": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
    "author": "dipterix <dipterix.wang@gmail.com>",
    "committer": "dipterix <dipterix.wang@gmail.com>",
    "message": "Fixed ASAN error\n",
    "time": 1779477072
  },
  "_maintainer": {
    "name": "Zhengjia Wang",
    "email": "dipterix.wang@gmail.com",
    "login": "dipterix",
    "description": "Know the known to know the unknown",
    "uuid": 8163576
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "BH",
      "role": "LinkingTo"
    },
    {
      "package": "Rcpp",
      "role": "LinkingTo"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "fastmap",
      "version": ">= 1.1.1",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "Rcpp",
      "role": "Imports"
    },
    {
      "package": "uuid",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "bit64",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "dipterix",
  "_selfowned": false,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2026-12",
      "n": 4
    },
    {
      "week": "2026-16",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 2
    }
  ],
  "_tags": [],
  "_topics": [
    "array",
    "big-data",
    "memory-map",
    "out-of-memory",
    "outofmemory",
    "cpp"
  ],
  "_stars": 17,
  "_contributors": [
    {
      "user": "dipterix",
      "count": 164,
      "uuid": 8163576
    }
  ],
  "_userbio": {
    "uuid": 126540136,
    "type": "organization",
    "name": "RAVE-iEEG",
    "description": "Reproducible Analysis & Visualization of iEEG"
  },
  "_downloads": {
    "count": 721,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/filearray"
  },
  "_devurl": "https://github.com/dipterix/filearray",
  "_pkgdown": "https://dipterix.org/filearray/",
  "_searchresults": 12,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/filearray.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/dipterix/filearray",
  "_realowner": "dipterix",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2021-09-08"
    },
    {
      "version": "0.1.1",
      "date": "2021-09-19"
    },
    {
      "version": "0.1.2",
      "date": "2021-11-25"
    },
    {
      "version": "0.1.3",
      "date": "2022-01-28"
    },
    {
      "version": "0.1.4",
      "date": "2022-08-06"
    },
    {
      "version": "0.1.5",
      "date": "2022-10-16"
    },
    {
      "version": "0.1.6",
      "date": "2023-06-23"
    },
    {
      "version": "0.1.7",
      "date": "2024-07-16"
    },
    {
      "version": "0.1.8",
      "date": "2024-09-03"
    },
    {
      "version": "0.1.9",
      "date": "2024-11-08"
    },
    {
      "version": "0.2.0",
      "date": "2025-04-01"
    },
    {
      "version": "0.2.1",
      "date": "2026-03-23"
    }
  ],
  "_exports": [
    "apply",
    "as_filearray",
    "as_filearrayproxy",
    "filearray_bind",
    "filearray_checkload",
    "filearray_create",
    "filearray_load",
    "filearray_load_or_create",
    "filearray_threads",
    "fmap",
    "fmap_element_wise",
    "fmap2",
    "fwhich",
    "mapreduce",
    "typeof"
  ],
  "_help": [
    {
      "page": "apply",
      "title": "Apply functions over file array margins (extended)",
      "topics": [
        "apply",
        "apply,FileArray-method",
        "apply,FileArrayProxy-method"
      ]
    },
    {
      "page": "filearray",
      "title": "Create or load existing file arrays",
      "topics": [
        "as_filearray",
        "as_filearrayproxy",
        "filearray",
        "FileArrayProxy",
        "FileArrayProxy-class",
        "filearray_checkload",
        "filearray_create",
        "filearray_load",
        "filearray_load_or_create"
      ]
    },
    {
      "page": "filearray_bind",
      "title": "Merge and bind homogeneous file arrays",
      "topics": [
        "filearray_bind"
      ]
    },
    {
      "page": "filearray_threads",
      "title": "Set or get file array threads",
      "topics": [
        "filearray_threads"
      ]
    },
    {
      "page": "FileArray-class",
      "title": "Definition of file array",
      "topics": [
        "FileArray-class"
      ]
    },
    {
      "page": "fmap",
      "title": "Map multiple file arrays and save results",
      "topics": [
        "fmap",
        "fmap2",
        "fmap_element_wise"
      ]
    },
    {
      "page": "fwhich",
      "title": "A generic function of 'which' that is ''FileArray'' compatible",
      "topics": [
        "fwhich",
        "fwhich.default",
        "fwhich.FileArray"
      ]
    },
    {
      "page": "mapreduce",
      "title": "A map-reduce method to iterate blocks of file-array data with little memory usage",
      "topics": [
        "mapreduce",
        "mapreduce,FileArray,ANY,function-method",
        "mapreduce,FileArray,ANY,missing-method",
        "mapreduce,FileArray,ANY,NULL-method"
      ]
    },
    {
      "page": "S3-filearray",
      "title": "'S3' methods for 'FileArray'",
      "topics": [
        "as.array.FileArray",
        "dim.FileArray",
        "dimnames.FileArray",
        "dimnames<-.FileArray",
        "length.FileArray",
        "max.FileArray",
        "min.FileArray",
        "range.FileArray",
        "S3-filearray",
        "subset.FileArray",
        "sum.FileArray",
        "[.FileArray",
        "[<-.FileArray",
        "[[.FileArray"
      ]
    },
    {
      "page": "S4-filearray",
      "title": "'S4' methods for 'FileArray'",
      "topics": [
        "!,FileArray-method",
        "!=,array,FileArray-method",
        "!=,complex,FileArray-method",
        "!=,FileArray,array-method",
        "!=,FileArray,complex-method",
        "!=,FileArray,FileArray-method",
        "!=,FileArray,logical-method",
        "!=,FileArray,numeric-method",
        "!=,logical,FileArray-method",
        "!=,numeric,FileArray-method",
        "%%,array,FileArray-method",
        "%%,complex,FileArray-method",
        "%%,FileArray,array-method",
        "%%,FileArray,complex-method",
        "%%,FileArray,FileArray-method",
        "%%,FileArray,logical-method",
        "%%,FileArray,numeric-method",
        "%%,logical,FileArray-method",
        "%%,numeric,FileArray-method",
        "%/%,array,FileArray-method",
        "%/%,complex,FileArray-method",
        "%/%,FileArray,array-method",
        "%/%,FileArray,complex-method",
        "%/%,FileArray,FileArray-method",
        "%/%,FileArray,logical-method",
        "%/%,FileArray,numeric-method",
        "%/%,logical,FileArray-method",
        "%/%,numeric,FileArray-method",
        "&,array,FileArray-method",
        "&,complex,FileArray-method",
        "&,FileArray,array-method",
        "&,FileArray,complex-method",
        "&,FileArray,FileArray-method",
        "&,FileArray,logical-method",
        "&,FileArray,numeric-method",
        "&,logical,FileArray-method",
        "&,numeric,FileArray-method",
        "*,array,FileArray-method",
        "*,complex,FileArray-method",
        "*,FileArray,array-method",
        "*,FileArray,complex-method",
        "*,FileArray,FileArray-method",
        "*,FileArray,logical-method",
        "*,FileArray,numeric-method",
        "*,logical,FileArray-method",
        "*,numeric,FileArray-method",
        "+,array,FileArray-method",
        "+,complex,FileArray-method",
        "+,FileArray,array-method",
        "+,FileArray,complex-method",
        "+,FileArray,FileArray-method",
        "+,FileArray,logical-method",
        "+,FileArray,numeric-method",
        "+,logical,FileArray-method",
        "+,numeric,FileArray-method",
        "-,array,FileArray-method",
        "-,complex,FileArray-method",
        "-,FileArray,array-method",
        "-,FileArray,complex-method",
        "-,FileArray,FileArray-method",
        "-,FileArray,logical-method",
        "-,FileArray,numeric-method",
        "-,logical,FileArray-method",
        "-,numeric,FileArray-method",
        "/,array,FileArray-method",
        "/,complex,FileArray-method",
        "/,FileArray,array-method",
        "/,FileArray,complex-method",
        "/,FileArray,FileArray-method",
        "/,FileArray,logical-method",
        "/,FileArray,numeric-method",
        "/,logical,FileArray-method",
        "/,numeric,FileArray-method",
        "<,array,FileArray-method",
        "<,complex,FileArray-method",
        "<,FileArray,array-method",
        "<,FileArray,complex-method",
        "<,FileArray,FileArray-method",
        "<,FileArray,logical-method",
        "<,FileArray,numeric-method",
        "<,logical,FileArray-method",
        "<,numeric,FileArray-method",
        "<=,array,FileArray-method",
        "<=,complex,FileArray-method",
        "<=,FileArray,array-method",
        "<=,FileArray,complex-method",
        "<=,FileArray,FileArray-method",
        "<=,FileArray,logical-method",
        "<=,FileArray,numeric-method",
        "<=,logical,FileArray-method",
        "<=,numeric,FileArray-method",
        "==,array,FileArray-method",
        "==,complex,FileArray-method",
        "==,FileArray,array-method",
        "==,FileArray,complex-method",
        "==,FileArray,FileArray-method",
        "==,FileArray,logical-method",
        "==,FileArray,numeric-method",
        "==,logical,FileArray-method",
        "==,numeric,FileArray-method",
        ">,array,FileArray-method",
        ">,complex,FileArray-method",
        ">,FileArray,array-method",
        ">,FileArray,complex-method",
        ">,FileArray,FileArray-method",
        ">,FileArray,logical-method",
        ">,FileArray,numeric-method",
        ">,logical,FileArray-method",
        ">,numeric,FileArray-method",
        ">=,array,FileArray-method",
        ">=,complex,FileArray-method",
        ">=,FileArray,array-method",
        ">=,FileArray,complex-method",
        ">=,FileArray,FileArray-method",
        ">=,FileArray,logical-method",
        ">=,FileArray,numeric-method",
        ">=,logical,FileArray-method",
        ">=,numeric,FileArray-method",
        "abs,FileArray-method",
        "acos,FileArray-method",
        "acosh,FileArray-method",
        "Arg,FileArray-method",
        "asin,FileArray-method",
        "asinh,FileArray-method",
        "atan,FileArray-method",
        "atanh,FileArray-method",
        "ceiling,FileArray-method",
        "Conj,FileArray-method",
        "cos,FileArray-method",
        "cosh,FileArray-method",
        "cospi,FileArray-method",
        "digamma,FileArray-method",
        "exp,FileArray-method",
        "expm1,FileArray-method",
        "floor,FileArray-method",
        "gamma,FileArray-method",
        "Im,FileArray-method",
        "is.na,FileArray-method",
        "lgamma,FileArray-method",
        "log,FileArray-method",
        "log10,FileArray-method",
        "log1p,FileArray-method",
        "log2,FileArray-method",
        "Mod,FileArray-method",
        "Re,FileArray-method",
        "round,FileArray-method",
        "S4-filearray",
        "sign,FileArray-method",
        "signif,FileArray-method",
        "sin,FileArray-method",
        "sinh,FileArray-method",
        "sinpi,FileArray-method",
        "sqrt,FileArray-method",
        "tan,FileArray-method",
        "tanh,FileArray-method",
        "tanpi,FileArray-method",
        "trigamma,FileArray-method",
        "trunc,FileArray-method",
        "^,array,FileArray-method",
        "^,complex,FileArray-method",
        "^,FileArray,array-method",
        "^,FileArray,complex-method",
        "^,FileArray,FileArray-method",
        "^,FileArray,logical-method",
        "^,FileArray,numeric-method",
        "^,logical,FileArray-method",
        "^,numeric,FileArray-method",
        "|,array,FileArray-method",
        "|,complex,FileArray-method",
        "|,FileArray,array-method",
        "|,FileArray,complex-method",
        "|,FileArray,FileArray-method",
        "|,FileArray,logical-method",
        "|,FileArray,numeric-method",
        "|,logical,FileArray-method",
        "|,numeric,FileArray-method"
      ]
    },
    {
      "page": "typeof",
      "title": "The type of a file array (extended)",
      "topics": [
        "typeof",
        "typeof,FileArray-method",
        "typeof,FileArrayProxy-method"
      ]
    }
  ],
  "_readme": "https://github.com/dipterix/filearray/raw/HEAD/README.md",
  "_rundeps": [
    "BH",
    "digest",
    "fastmap",
    "Rcpp",
    "uuid"
  ],
  "_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"
    }
  ],
  "_vignettes": [
    {
      "source": "performance.Rmd",
      "filename": "performance.html",
      "title": "Performance Comparisons - (Numerical)",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Setup",
        "Simulation",
        "Write",
        "1. Write along margin",
        "2. Write chunks of data",
        "Read",
        "1. Read the whole array",
        "2. Read along margins",
        "3. Random access",
        "Collapse"
      ],
      "created": "2021-09-08 19:20:24",
      "modified": "2026-05-22 18:45:32",
      "commits": 8
    }
  ],
  "_score": 6.564902672529206,
  "_indexed": false,
  "_nocasepkg": "filearray",
  "_universes": [
    "rave-ieeg"
  ],
  "_indexurl": "https://dipterix.r-universe.dev/filearray",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:44.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "eab2c4090dc62be3f6f192d337f2e30786cf148d6b7538a84f990c11eef66415",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-22T20:38:07.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "3f3f46b4702bb74d49ade596ed774570a071268314c1b25e34248009a6b9ed95",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-22T20:38:14.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "302f39094b97893428c7c8d4f3c8df008deea5bc7b7de498c4bd4dbcf336387a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:39.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "6343f96c98d20a7749816e57c7ef1dbcac384db919e07aead77006dcbe57e724",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:23.000Z",
      "arch": "aarch64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "74bb781b8b33cd1d0be4b7b04e03592f9fdc3a7f5a768e26afc4a17237a5d558",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-22T20:38:20.000Z",
      "arch": "x86_64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "6aaa84132c4e7e32b7320004429e662b052025cf5668a3af9d4f02cec0770e27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:05.000Z",
      "arch": "aarch64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "08b7b1772c2b9e6217c3206a92168f9bbb85084452dbf0030e9fcb0824cb64bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.2",
      "date": "2026-05-22T20:38:50.000Z",
      "arch": "x86_64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "fb1cd4b73505220fb1b059fb040a2c9cc247b64885a15e47f0c8f2e9df5069c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:59.000Z",
      "arch": "emscripten",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "8235c16fc3d0e74467c4f14333ff35217ac21f079bf4e871047e2a6f1e832ec0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:18.000Z",
      "arch": "x86_64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "3347f96e35549d1d9b8dc67e75728e5887b7628a294a9db0db593a54ea7deb5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:37.000Z",
      "arch": "x86_64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "a80bf59286e51c05b6c81bb06b15dc61cd709cf54f180685cf22fe848586b107",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.2",
      "date": "2026-05-22T20:37:11.000Z",
      "arch": "x86_64",
      "commit": "6ca4d0ac0f7c202c586177c14c6d57ca3f92f5c0",
      "fileid": "e3cbb5d2154d2128a5b63e9b379391b686df1b51ba7d116f650dfd741b93aec7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/rave-ieeg/actions/runs/26310535048"
    }
  ]
}