-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
84 lines (84 loc) · 2.39 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: BayesfMRI
Type: Package
Title: Spatial Bayesian Methods for Task Functional MRI Studies
Version: 0.8.0
Authors@R: c(
person(given = "Amanda",
family = "Mejia",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Damon",
family = "Pham",
email = "[email protected]",
role = c("ctb"),
comment = c(ORCID = "0000-0001-7563-4727")),
person(given = "David",
family = "Bolin",
email = "[email protected]",
role = c("ctb")),
person(given = "Yu (Ryan)",
family = "Yue",
email = "[email protected]",
role = c("ctb")),
person(given = "Daniel",
family = "Spencer",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-9705-3605")),
person(given = "Sarah",
family = "Ryan",
email = "[email protected]",
role = c("ctb"))
)
Maintainer: Amanda Mejia <[email protected]>
Description: Performs a spatial Bayesian general linear model (GLM) for task
functional magnetic resonance imaging (fMRI) data on the cortical surface.
Additional models include group analysis and inference to detect thresholded
areas of activation. Includes direct support for the 'CIFTI' neuroimaging
file format. For more information see A. F. Mejia, Y. R. Yue, D. Bolin, F.
Lindgren, M. A. Lindquist (2020) <doi:10.1080/01621459.2019.1611582> and D.
Spencer, Y. R. Yue, D. Bolin, S. Ryan, A. F. Mejia (2022)
<doi:10.1016/j.neuroimage.2022.118908>.
Depends: R (>= 3.6.0)
License: GPL-3
Additional_repositories: https://inla.r-inla-download.org/R/testing
Encoding: UTF-8
Imports:
car,
ciftiTools (>= 0.14.0),
excursions,
foreach,
fMRItools (>= 0.4.2),
MASS,
Matrix,
matrixStats,
methods,
Rcpp,
stats,
sp,
utils,
viridisLite
Suggests:
covr,
abind,
dplyr,
ggplot2,
grDevices,
INLA (>= 0.0-1468840039),
knitr,
MatrixModels,
parallel,
purrr,
rmarkdown,
SQUAREM,
testthat (>= 3.0.0),
tidyr,
spelling
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/mandymejia/BayesfMRI
BugReports: https://github.com/mandymejia/BayesfMRI/issues
LinkingTo:
RcppEigen,
Rcpp
Language: en-US