BIDS in R – (it’s a start!)
The goal of bidser is to make working with the BIDS neuroimaging format convenient in R. Currently there is support for MRI data and some support for some fmriprep derivatives.
Install the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("bbuchsbaum/bidser")See https://bbuchsbaum.github.io/bidser/articles/quickstart.html
This package uses the albersdown theme. Existing vignette theme hooks are replaced so albers.css and local albers.js render consistently on CRAN and GitHub Pages. The palette family is provided via params$family (default 'red'). The pkgdown site uses template: { package: albersdown }.