-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 976 Bytes
/
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
Package: neuromat
Title: Create Model Matrices for Neuroimaging Analyses
Version: 0.0.0.9000
Authors@R:
person(
given = "Athanasia Mo",
family = "Mowinckel",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5756-0223"))
Description: Neuroimaging software often requires the specification
of model matrices to run analyses. These can be difficult to
correctly. This package helps neuroscientists to create such
This includes creating qdec-files for Freesurfer Linear Mixes
Effects models.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
grDevices,
methods,
stats,
utils
URL: https://github.com/capro-uio/neuromat, http://www.capro.dev/neuromat/
BugReports: https://github.com/capro-uio/neuromat/issues
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3