-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.33 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
Package: fcstat
Title: Statistical Methods for Functional Connectivity
Version: 0.1.0
Authors@R: c(
person("Shiying", "Xiao", , "shiying.xiao@outlook.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8846-3258")),
person("Jun", "Yan", , "jun.yan@uconn.edu", role = "aut",
comment = c(ORCID = "0000-0003-4401-7296")),
person("Panpan", "Zhang", , "panpan.zhang@vumc.org", role = "aut",
comment = c(ORCID = "0000-0002-8211-5930"))
)
Maintainer: Shiying Xiao <shiying.xiao@outlook.com>
Description: Statistical methods for estimating functional connectivity
analysis in brain networks.
License: GPL (>= 3)
URL: https://github.com/Carol-seven/fcstat
BugReports: https://github.com/Carol-seven/fcstat/issues
Depends:
doParallel
Imports:
ADMMsigma,
clime,
CovTools,
CVglasso,
flare,
foreach,
Glarmadillo,
glasso,
GLassoElnetFast,
glassoFast,
graph,
huge,
methods,
nlshrink,
parallel,
porridge,
rags2ridges,
RBGL,
Rdpack
Suggests: roxyglobals
RdMacros: Rdpack
Remotes: TobiasRuckstuhl/GLassoElnetFast
biocViews: RBGL, graph
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Encoding: UTF-8
Roxygen: list(roclets = c("collate", "namespace", "rd",
"roxyglobals::global_roclet"))
RoxygenNote: 7.3.2