Package: fmrihrf Type: Package Title: Hemodynamic Response Functions for fMRI Data Analysis Version: 0.3.1 Authors@R: person("Bradley", "Buchsbaum", email = "brad.buchsbaum@gmail.com", role = c("aut", "cre")) Description: Creates, manipulates, and evaluates hemodynamic response functions and event-related regressors for functional magnetic resonance imaging data analysis. Supports multiple basis sets including Canonical, Gamma, Gaussian, B-spline, and Fourier bases. Features decorators for time-shifting and blocking, and efficient convolution algorithms for regressor construction. Methods are based on standard fMRI analysis techniques as described in Jezzard et al. (2001, ISBN:9780192630711). License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.3 Imports: Rcpp, assertthat, purrr, stats, Matrix, cli, jsonlite, memoise, numDeriv, splines, pracma LinkingTo: Rcpp, RcppArmadillo SystemRequirements: C++17 Depends: R (>= 3.5.0) Suggests: testthat (>= 3.0.0), knitr, rmarkdown, ggplot2, dplyr, tidyr, viridis, scales, pkgload VignetteBuilder: knitr URL: https://bbuchsbaum.github.io/fmrihrf/ BugReports: https://github.com/bbuchsbaum/fmrihrf/issues Config/Needs/website: https://github.com/bbuchsbaum/albersdown Repository: https://bbuchsbaum.r-universe.dev Date/Publication: 2026-04-19 16:50:35 UTC RemoteUrl: https://github.com/bbuchsbaum/fmrihrf RemoteRef: HEAD RemoteSha: 6495e45b7e3dcb26d46873e11551365aee42edf7 NeedsCompilation: yes Packaged: 2026-06-24 01:45:14 UTC; root Author: Bradley Buchsbaum [aut, cre] Maintainer: Bradley Buchsbaum