Package: openneuroR Title: Programmatic Access to OpenNeuro Datasets Version: 0.1.0 Authors@R: c( person("Bradley", "Buchsbaum", email = "brad.buchsbaum@gmail.com", role = c("aut", "cre", "cph")) ) Description: Search, explore, and download datasets from 'OpenNeuro' , the largest open neuroimaging data repository. Queries the 'OpenNeuro' GraphQL API to discover datasets by modality, diagnosis, or keyword; inspect snapshots, files, and subject lists; and download full datasets or selected subsets via HTTPS, Amazon S3, or 'DataLad'. Downloaded data are cached locally so subsequent requests skip already-fetched files. License: MIT + file LICENSE Depends: R (>= 4.1.0) URL: https://bbuchsbaum.github.io/openneuroR/, https://github.com/bbuchsbaum/openneuroR BugReports: https://github.com/bbuchsbaum/openneuroR/issues Imports: cli (>= 3.6.0), dplyr (>= 1.1.0), fs (>= 1.6.6), httr2 (>= 1.2.1), jsonlite (>= 1.8.0), processx (>= 3.8.0), rlang (>= 1.1.0), tibble (>= 3.2.0) Suggests: knitr, pkgdown, rmarkdown, testthat (>= 3.0.0), httptest2, withr, stringi, bidser 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: 2026-06-27 00:09:46 UTC; root Author: Bradley Buchsbaum [aut, cre, cph] Maintainer: Bradley Buchsbaum