-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 920 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
35 lines (35 loc) · 920 Bytes
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
Package: constructnet
Type: Package
Title: Network reconstruction from time series
Version: 1.0.0
Authors@R: c(
person("Travis", "Byrum", email = "tbyrum@terpmail.umd.edu",
role = c("aut", "cre")),
person("Anshuman", "Swain", email = "answain@terpmail.umd.edu",
role = c("aut")),
person("Morelle", "Tchuindjo",role = c("aut")),
person("Zhaoyi", "Zhuang",role = c("aut")),
person("William", "Fagan", email = "bfagan@umd.edu",
role = c("aut"))
)
Description: Collection of methods for network reconstruction from time series data.
Use with other graph methods. Install using devtools::install_github.
License: MIT + file LICENSE
Depends:
R (>= 3.2.0)
Encoding: UTF-8
LazyData: true
Suggests:
testthat
RoxygenNote: 7.1.1
Imports:
magrittr,
igraph,
devtools,
FNN,
glasso,
gtools,
pracma,
Dict,
ramify,
DescTools