Type: Package
Package: hrf
Title: Hemodynamic Response Function
Version: 0.1.3
Authors@R: c(
    person(given = "Amanda",
           family = "Mejia",
           email = "mandy.mejia@gmail.com",
           role = c("aut", "cre")),
    person(given = "Damon",
           family = "Pham",
           email = "damondpham@gmail.com",
           role = c("ctb"),
           comment = c(ORCID = "0000-0001-7563-4727")),
    person(given = "David",
           family = "Bolin",
           email = "david.bolin@kaust.edu.sa",
           role = c("ctb")),
    person(given = "Yu (Ryan)",
           family = "Yue",
           email = "yybaruch@gmail.com",
           role = c("ctb")),
    person(given = "Daniel",
           family = "Spencer",
           email = "danieladamspencer@gmail.com",
           role = c("aut"),
           comment = c(ORCID = "0000-0002-9705-3605")),
    person(given = "Sarah",
           family = "Ryan",
           email = "sarahryan320@gmail.com",
           role = c("ctb"))
           )
Maintainer: Amanda Mejia <mandy.mejia@gmail.com>
Description: Computes the hemodynamic response function (HRF) for task 
    functional magnetic resonance imaging (fMRI) data. Also includes functions
    for constructing a design matrix from task fMRI event timings, and for
    comparing multiple design matrices in a general linear model (GLM). A
    wrapper function is provided for GLM analysis of CIFTI-format data. Lastly,
    there are supporting functions which provide visual summaries of the
    HRFs and design matrices.
License: GPL-3
URL: https://github.com/mandymejia/hrf
BugReports: https://github.com/mandymejia/hrf/issues
Depends: R (>= 3.6.0)
Imports: car, ciftiTools (>= 0.15.0), fMRItools, Matrix, matrixStats,
        stats
Suggests: covr, ggplot2, knitr, rmarkdown, testthat (>= 3.0.0), tidyr,
        spelling
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Language: en-US
NeedsCompilation: no
Packaged: 2025-01-29 20:47:30 UTC; ddpham
Author: Amanda Mejia [aut, cre],
  Damon Pham [ctb] (<https://orcid.org/0000-0001-7563-4727>),
  David Bolin [ctb],
  Yu (Ryan) Yue [ctb],
  Daniel Spencer [aut] (<https://orcid.org/0000-0002-9705-3605>),
  Sarah Ryan [ctb]
Repository: CRAN
Date/Publication: 2025-01-30 19:10:02 UTC
Built: R 4.6.0; ; 2025-07-18 10:36:53 UTC; unix
