Package: xnatR Type: Package Title: Interface with XNAT Systems Version: 0.2.0 Author: Bradley Buchsbaum [aut, cre] Maintainer: Bradley Buchsbaum Authors@R: person("Bradley", "Buchsbaum", email = "brad.buchsbaum@gmail.com", role = c("aut", "cre")) Description: An R package for interacting with XNAT systems via the REST API. Provides functions to authenticate, list projects/subjects/experiments/scans, search, and download data from XNAT neuroimaging archives. License: MIT + file LICENSE URL: https://github.com/bbuchsbaum/xnatR BugReports: https://github.com/bbuchsbaum/xnatR/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: httr2 (>= 1.0.0), jsonlite, tibble, yaml, cli, rlang Suggests: testthat (>= 3.0.0), httptest2, withr, pkgload, knitr, rmarkdown SystemRequirements: fzf (optional, for the xnat_explore() terminal browser) Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-06-02 13:09:45 UTC RemoteUrl: https://github.com/bbuchsbaum/xnatR RemoteRef: HEAD RemoteSha: 6e59d77b7af8503ebb9f33778ab07e124273233f NeedsCompilation: no Packaged: 2026-07-02 09:34:56 UTC; root