-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
53 lines (53 loc) · 1.43 KB
/
DESCRIPTION
File metadata and controls
53 lines (53 loc) · 1.43 KB
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
Package: tna
Title: Transition Network Analysis (TNA)
Version: 1.2.1
Authors@R: c(
person("Mohammed", "Saqr", role = "aut"),
person("Santtu", "Tikka", role = "aut"),
person("Sonsoles", "L\u00f3pez-Pernas",
email = "sonsoles.lopez@uef.fi", role = c("aut", "cre"))
)
Description: Provides tools for performing Transition Network Analysis (TNA) to
study relational dynamics, including functions for building and plotting TNA
models, calculating centrality measures, and identifying dominant events and
patterns. TNA statistical techniques (e.g., bootstrapping and permutation
tests) ensure the reliability of observed insights and confirm that
identified dynamics are meaningful. See (Saqr et al., 2025)
<doi:10.1145/3706468.3706513> for more details on TNA.
License: MIT + file LICENSE
URL: https://github.com/sonsoleslp/tna/, http://sonsoles.me/tna/
BugReports: https://github.com/sonsoleslp/tna/issues/
Depends:
R (>= 4.5.0)
Imports:
checkmate,
cli,
cluster,
cograph,
colorspace,
dplyr,
ggplot2,
graphics,
igraph,
RColorBrewer,
rlang,
stats,
tibble,
tidyr,
tidyselect
Suggests:
gt,
knitr,
pracma,
rmarkdown,
seqHMM,
stringdist,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LazyData: true
Config/Needs/website: rmarkdown