Package: dynR Title: Dynamic Connectivity Analysis for Neurophysiological Timeseries Version: 0.1.2 Authors@R: c( person("Lucas", "França", email = "lucas.franca@northumbria.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0853-1319")), person("Mario", "Leocadio-Miguel", email = "mario.miguel@northumbria.ac.uk", role = "aut", comment = c(ORCID = "0000-0002-7248-3529")), person("Dafnis", "Batallé", email = "dafnis.batalle@kcl.ac.uk", role = "aut", comment = c(ORCID = "0000-0003-2097-979X"))) Description: An R port of the Python dynfc library for computing dynamic connectivity (dynFC) representations from multivariate neurophysiological timeseries, including BOLD fMRI, EEG, LFP, and related signals. Implements sliding-window Pearson correlation (Hansen et al., 2015), edge-centric cofluctuation analysis (Esfahlani et al., 2020; Faskowitz et al., 2020), instantaneous phase-locking via the Hilbert transform, dynamic phase-locking matrices (dPL), the LEiDA leading-eigenvector framework (Cabral et al., 2017; Lord et al., 2019), and the Kuramoto order parameter with metastability and Shannon entropy. Part of the Circadia Lab R ecosystem. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Depends: R (>= 4.1.0) Imports: gsignal (>= 0.3.5), dplyr (>= 1.1.0), tidyr (>= 1.3.0), rlang (>= 1.1.0) Suggests: testthat (>= 3.0.0), knitr, rmarkdown, pkgdown, withr, ggplot2 (>= 3.4.0), reticulate Config/testthat/edition: 3 Lifecycle: experimental URL: https://dynr.circadia-lab.uk, https://github.com/circadia-bio/dynR BugReports: https://github.com/circadia-bio/dynR/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://circadia-bio.r-universe.dev Date/Publication: 2026-07-02 21:19:47 UTC RemoteUrl: https://github.com/circadia-bio/dynR RemoteRef: v0.1.2 RemoteSha: c08c64a0b24a4689dbd92e6cf0bfc2697480a602 NeedsCompilation: no Packaged: 2026-07-02 22:11:15 UTC; root Author: Lucas França [aut, cre] (ORCID: ), Mario Leocadio-Miguel [aut] (ORCID: ), Dafnis Batallé [aut] (ORCID: ) Maintainer: Lucas França