Package: htna Title: Heterogeneous Transition Network Analysis Version: 0.1.0 Authors@R: c( person("Sonsoles", "L\u00f3pez-Pernas", email = "sonsoles.lopez@uef.fi", role = c("aut", "cre", "cph")), person("Kamila", "Misiejuk", role = c("aut", "cph")), person("Mohammed", "Saqr", email = "saqr@saqr.me", role = c("aut", "cph")) ) Description: Implements the Heterogeneous Transition Network Analysis (HTNA) method described by López-Pernas et al. (2026) . The method is an extension of transition network analysis (TNA) where actions or events belong to two or more distinct actor types (e.g. Human and AI),preserving the actor type partition on the resulting network. Provides a thin, focused API on top of the 'Nestimate' estimation engine and the 'cograph' rendering engine, so downstream bootstrap, permutation, reliability, centrality, and plotting functions treat each actor's codes as a distinct node group. License: MIT + file LICENSE URL: https://sonsoles.me/htna/ BugReports: https://github.com/sonsoleslp/htna/issues Depends: R (>= 4.1.0) Imports: Nestimate, cograph, igraph Suggests: codyna, ggplot2, janitor, knitr, rmarkdown, gridExtra, testthat (>= 3.0.0), tna VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 LazyData: true Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://sonsoleslp.r-universe.dev Date/Publication: 2026-06-30 21:11:09 UTC RemoteUrl: https://github.com/sonsoleslp/htna RemoteRef: HEAD RemoteSha: 8b102784c426afd179766442e2b1d1d487705409 NeedsCompilation: no Packaged: 2026-07-07 11:03:47 UTC; root Author: Sonsoles López-Pernas [aut, cre, cph], Kamila Misiejuk [aut, cph], Mohammed Saqr [aut, cph] Maintainer: Sonsoles López-Pernas