-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 882 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
Package: cpmr
Title: Connectome Predictive Modelling in R
Version: 0.1.0.9000
Authors@R:
person("Liang", "Zhang", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9041-1150"))
Description: Connectome Predictive Modelling (CPM) (Shen et al. (2017)
<doi:10.1038/nprot.2016.178>) is a method to predict individual
differences in behaviour from brain functional connectivity. 'cpmr'
provides a simple yet efficient implementation of this method.
License: MIT + file LICENSE
URL: https://github.com/psychelzh/cpmr, https://psychelzh.github.io/cpmr/
BugReports: https://github.com/psychelzh/cpmr/issues
Imports:
generics,
Rfast,
stats,
tibble
Suggests:
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2