Package: tna
Title: Transition Network Analysis (TNA)
Version: 1.0.0
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.1.0)
Imports: checkmate, cli, colorspace, dplyr, ggplot2, graphics, igraph,
        qgraph, RColorBrewer, rlang, stats, tibble, tidyr, tidyselect
Suggests: gt, knitr, mclust, pracma, rmarkdown, seqHMM, testthat (>=
        3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
LazyData: true
Config/Needs/website: rmarkdown
NeedsCompilation: no
Packaged: 2025-07-15 08:23:50 UTC; tna
Author: Mohammed Saqr [aut],
  Santtu Tikka [aut],
  Sonsoles López-Pernas [aut, cre]
Maintainer: Sonsoles López-Pernas <sonsoles.lopez@uef.fi>
Repository: CRAN
Date/Publication: 2025-07-15 08:50:02 UTC
Built: R 4.4.3; ; 2025-10-08 04:30:40 UTC; windows
