{
  "_id": "6a3f1595a319ef9414497c70",
  "Package": "openneuroR",
  "Title": "Programmatic Access to OpenNeuro Datasets",
  "Version": "0.1.0",
  "Authors@R": "c(\nperson(\"Bradley\", \"Buchsbaum\", email = \"brad.buchsbaum@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"))\n)",
  "Description": "Search, explore, and download datasets from 'OpenNeuro'\n<https://openneuro.org>, the largest open neuroimaging data\nrepository. Queries the 'OpenNeuro' GraphQL API to discover\ndatasets by modality, diagnosis, or keyword; inspect snapshots,\nfiles, and subject lists; and download full datasets or\nselected subsets via HTTPS, Amazon S3, or 'DataLad'. Downloaded\ndata are cached locally so subsequent requests skip\nalready-fetched files.",
  "License": "MIT + file LICENSE",
  "URL": "https://bbuchsbaum.github.io/openneuroR/,\nhttps://github.com/bbuchsbaum/openneuroR",
  "BugReports": "https://github.com/bbuchsbaum/openneuroR/issues",
  "VignetteBuilder": "knitr",
  "Language": "en-US",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "Config/testthat/edition": "3",
  "Config/Needs/website": "bbuchsbaum/albersdown",
  "Config/pak/sysreqs": "cmake make libuv1-dev libssl-dev",
  "Repository": "https://bbuchsbaum.r-universe.dev",
  "Date/Publication": "2026-06-26 23:43:08 UTC",
  "RemoteUrl": "https://github.com/bbuchsbaum/openneuroR",
  "RemoteRef": "HEAD",
  "RemoteSha": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-27 00:09:46 UTC",
    "User": "root"
  },
  "Author": "Bradley Buchsbaum [aut, cre, cph]",
  "Maintainer": "Bradley Buchsbaum <brad.buchsbaum@gmail.com>",
  "MD5sum": "d2704669f7388bf2fef348585d841689",
  "_user": "bbuchsbaum",
  "_type": "src",
  "_file": "openneuroR_0.1.0.tar.gz",
  "_fileid": "fe7c6fa3acce6d35351c6ebf903930328ddcd0a838eaa6a7eeeacd4b4b54586f",
  "_filesize": 284606,
  "_sha256": "fe7c6fa3acce6d35351c6ebf903930328ddcd0a838eaa6a7eeeacd4b4b54586f",
  "_created": "2026-06-27T00:09:46.000Z",
  "_published": "2026-06-27T00:13:09.676Z",
  "_distro": "resolute",
  "_jobs": [
    {
      "job": 83771945791,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7919000337"
    },
    {
      "job": 83771945778,
      "time": 165,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7918999730"
    },
    {
      "job": 83771945728,
      "time": 87,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7918987072"
    },
    {
      "job": 83771945741,
      "time": 113,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7918991412"
    },
    {
      "job": 83771681743,
      "time": 185,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7918972226"
    },
    {
      "job": 83771945733,
      "time": 117,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7918992111"
    },
    {
      "job": 83771945753,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7918988699"
    },
    {
      "job": 83771945779,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7918988226"
    },
    {
      "job": 83771945774,
      "time": 111,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "7918991072"
    }
  ],
  "_buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/bbuchsbaum/openneuroR",
  "_commit": {
    "id": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
    "author": "bbuchsbaum <brad.buchsbaum@gmail.com>",
    "committer": "bbuchsbaum <brad.buchsbaum@gmail.com>",
    "message": "Rename package openneuro -> openneuroR; clean working tree\n\nRename the package identifier to openneuroR to match the GitHub repo.\nChanges the literal package name only: DESCRIPTION, system.file(package=),\npackageVersion(), library()/:::/test_check(), R_user_dir() cache dir, the\npackage-doc source/Rd, and library() calls in tests, vignettes, and README.\n\nIntentionally left as OpenNeuro service/concept references (not the package\nid): S3 object classes (openneuro_handle, ...), condition classes\n(openneuro_*_error/warning, the public tryCatch API), the openneuro.cache_root\nand openneuro.timeout options, the on_ export prefix, the openneuro-r\nUser-Agent, and all openneuro.org / s3://openneuro-derivatives URLs.\n\nAlso:\n- Fix a stale duplicate test in test-backend-s3.R that mocked only\n  .find_aws_cli() and broke against the new real `aws --version` check\n  added in #2; mock .aws_cli_works() to match the test in test-backends.R.\n- Add standard R build artifacts to .gitignore (*.Rcheck/, *.tar.gz,\n  .Rlib/, .omc/, test-recording/) and widen the .Rbuildignore tarball\n  pattern to cover openneuroR_*.tar.gz.\n\nVerified: R CMD check --as-cran clean (0 errors, 0 warnings, 1 NOTE: new\nsubmission); 842 tests pass.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n",
    "time": 1782517388
  },
  "_maintainer": {
    "name": "Bradley Buchsbaum",
    "email": "brad.buchsbaum@gmail.com",
    "login": "bbuchsbaum",
    "description": "",
    "uuid": 53819
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "version": ">= 3.6.0",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "fs",
      "version": ">= 1.6.6",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "version": ">= 1.2.1",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "version": ">= 1.8.0",
      "role": "Imports"
    },
    {
      "package": "processx",
      "version": ">= 3.8.0",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "version": ">= 3.2.0",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "pkgdown",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "httptest2",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    },
    {
      "package": "stringi",
      "role": "Suggests"
    },
    {
      "package": "bidser",
      "role": "Suggests"
    }
  ],
  "_owner": "bbuchsbaum",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-04",
      "n": 147
    },
    {
      "week": "2026-06",
      "n": 2
    },
    {
      "week": "2026-07",
      "n": 2
    },
    {
      "week": "2026-14",
      "n": 9
    },
    {
      "week": "2026-26",
      "n": 2
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "bbuchsbaum",
      "count": 162,
      "uuid": 53819
    },
    {
      "user": "claude",
      "count": 1,
      "uuid": 81847
    }
  ],
  "_userbio": {
    "uuid": 53819,
    "type": "user",
    "name": "bbuchsbaum",
    "followers": 34
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/openneuroR"
  },
  "_devurl": "https://github.com/bbuchsbaum/openneuror",
  "_pkgdown": "https://bbuchsbaum.github.io/openneuroR/",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/openneuroR.html",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "on_bids",
    "on_cache_clear",
    "on_cache_info",
    "on_cache_list",
    "on_client",
    "on_dataset",
    "on_derivatives",
    "on_doctor",
    "on_download",
    "on_download_derivatives",
    "on_fetch",
    "on_files",
    "on_handle",
    "on_path",
    "on_request",
    "on_search",
    "on_snapshots",
    "on_spaces",
    "on_subjects",
    "regex"
  ],
  "_help": [
    {
      "page": "on_bids",
      "title": "Create BIDS Project from OpenNeuro Handle",
      "topics": [
        "on_bids"
      ]
    },
    {
      "page": "on_cache_clear",
      "title": "Clear Cache",
      "topics": [
        "on_cache_clear"
      ]
    },
    {
      "page": "on_cache_info",
      "title": "Get Cache Information",
      "topics": [
        "on_cache_info"
      ]
    },
    {
      "page": "on_cache_list",
      "title": "List Cached Datasets",
      "topics": [
        "on_cache_list"
      ]
    },
    {
      "page": "on_client",
      "title": "Create OpenNeuro API Client",
      "topics": [
        "on_client"
      ]
    },
    {
      "page": "on_dataset",
      "title": "Get Dataset Metadata",
      "topics": [
        "on_dataset"
      ]
    },
    {
      "page": "on_derivatives",
      "title": "Discover Derivative Datasets",
      "topics": [
        "on_derivatives"
      ]
    },
    {
      "page": "on_doctor",
      "title": "OpenNeuro Backend Diagnostics",
      "topics": [
        "on_doctor"
      ]
    },
    {
      "page": "on_download",
      "title": "Download OpenNeuro Dataset",
      "topics": [
        "on_download"
      ]
    },
    {
      "page": "on_download_derivatives",
      "title": "Download Derivative Dataset",
      "topics": [
        "on_download_derivatives"
      ]
    },
    {
      "page": "on_fetch",
      "title": "Fetch Handle (Materialize Download)",
      "topics": [
        "on_fetch",
        "on_fetch.openneuro_handle"
      ]
    },
    {
      "page": "on_files",
      "title": "List Files in a Snapshot",
      "topics": [
        "on_files"
      ]
    },
    {
      "page": "on_handle",
      "title": "Create Lazy Handle to OpenNeuro Dataset",
      "topics": [
        "on_handle"
      ]
    },
    {
      "page": "on_path",
      "title": "Get Path from Handle",
      "topics": [
        "on_path",
        "on_path.openneuro_handle"
      ]
    },
    {
      "page": "on_request",
      "title": "Execute GraphQL Query",
      "topics": [
        "on_request"
      ]
    },
    {
      "page": "on_search",
      "title": "Search OpenNeuro Datasets",
      "topics": [
        "on_search"
      ]
    },
    {
      "page": "on_snapshots",
      "title": "List Dataset Snapshots",
      "topics": [
        "on_snapshots"
      ]
    },
    {
      "page": "on_spaces",
      "title": "Discover Available Output Spaces",
      "topics": [
        "on_spaces"
      ]
    },
    {
      "page": "on_subjects",
      "title": "List Subjects in a Dataset",
      "topics": [
        "on_subjects"
      ]
    },
    {
      "page": "print.openneuro_doctor",
      "title": "Print Method for OpenNeuro Doctor",
      "topics": [
        "print.openneuro_doctor"
      ]
    },
    {
      "page": "print.openneuro_handle",
      "title": "Print Method for OpenNeuro Handle",
      "topics": [
        "print.openneuro_handle"
      ]
    },
    {
      "page": "regex",
      "title": "Mark String as Regex Pattern for Subject Filtering",
      "topics": [
        "regex"
      ]
    }
  ],
  "_readme": "https://github.com/bbuchsbaum/openneuroR/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "cli",
    "curl",
    "dplyr",
    "fs",
    "generics",
    "glue",
    "httr2",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "processx",
    "ps",
    "R6",
    "rappdirs",
    "rlang",
    "sys",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "openneuro-fmriprepper-e2e.Rmd",
      "filename": "openneuro-fmriprepper-e2e.html",
      "title": "End-to-End: OpenNeuro Download + fmriprepper Run",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Prerequisites",
        "Reading the fluent $ syntax",
        "Step 1: Download an OpenNeuro dataset",
        "Step 2: Build an fMRIPrep plan",
        "Step 3: Validate and run",
        "Tips"
      ],
      "created": "2026-03-30 21:55:11",
      "modified": "2026-06-26 23:43:08",
      "commits": 2
    },
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with openneuro",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Why openneuro?",
        "Load the package",
        "Find datasets",
        "Inspect versions and files",
        "Download data",
        "Manage the cache",
        "Discover derivatives",
        "Next steps"
      ],
      "created": "2026-03-30 21:55:11",
      "modified": "2026-06-26 23:43:08",
      "commits": 2
    }
  ],
  "_score": 3.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "openneuror",
  "_universes": [
    "bbuchsbaum"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-27T00:12:27.000Z",
      "distro": "resolute",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "cf136ea4e66c5b64f9fdab34ba3be0c6b43b245bda4e75ee210247eeda88a4d6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-27T00:12:24.000Z",
      "distro": "resolute",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "19bc1db66bfe796d1aec2c409390236f1782cb47c9759a513d3e28b506d14e25",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-27T00:11:12.000Z",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "93d540c5423e0ce92bf453ef24fc344cb9cb63e86b54db5278e4c29a1ffd59bc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-27T00:11:33.000Z",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "0ffc7f891220a815f4ec664fa40464f60d6cf637c8733c7752ea1b77d3247d71",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-27T00:12:00.000Z",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "f8dcfc675e7ec90f93ff2f44322023fd5f80469297fcf3d1fd2696d9886a030b",
      "status": "success",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-27T00:10:59.000Z",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "4c1b02daf5758b7030ee99e37a952b1a65866930f6297c931f796c6a1c12c680",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-27T00:11:06.000Z",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "98bb89ceeaf3049cd63f1616eafbcef6c68cdb0d9dbe2b3caf078eb7e3484496",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-27T00:11:13.000Z",
      "commit": "11fdbfd5e6c516a4edae0bb7683a931df3b5b912",
      "fileid": "8d546be048f683d7b17ced5fcdee99203a58c13e9bc55c4f17dd7362273c767f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/bbuchsbaum/actions/runs/28272195844"
    }
  ]
}