-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.5 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
Type: Package
Package: Isinglandr
Title: Landscape Construction and Simulation for Ising Networks
Version: 0.1.1.9000
Authors@R: c(
person("Jingmeng", "Cui", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3421-8457")),
person("Gabriela", "Lunansky", role = "ctb",
comment = c(ORCID = "0000-0001-6226-2258"))
)
Description: A toolbox for constructing potential landscapes for Ising
networks. The parameters of the networks can be directly supplied by
users or estimated by the 'IsingFit' package by van Borkulo and
Epskamp (2016) <https://CRAN.R-project.org/package=IsingFit> from
empirical data. The Ising model's Boltzmann distribution is preserved
for the potential landscape function. The landscape functions can be
used for quantifying and visualizing the stability of network states,
as well as visualizing the simulation process.
License: GPL (>= 3)
URL: https://sciurus365.github.io/Isinglandr/,
https://github.com/Sciurus365/Isinglandr
BugReports: https://github.com/Sciurus365/Isinglandr/issues
Depends:
R (>= 2.10)
Imports:
boot,
boot.pval,
broom,
cli,
dplyr,
gganimate,
ggplot2,
glue,
magrittr,
methods,
plotly,
purrr,
rlang,
shiny,
shinycssloaders,
shinythemes,
simlandr,
tibble,
tidyr
Suggests:
gifski,
IsingFit,
IsingSampler,
transformr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2