# ------------------------------------------------ # CITATION.cff file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # ------------------------------------------------ cff-version: 1.2.0 message: 'To cite package "mpaR" in publications use:' type: software license: MIT title: 'mpaR: Main Path Analysis for Citation and Directed Networks' version: 0.4.0 abstract: Implements Main Path Analysis (MPA) as introduced by Hummon and Doreian (1989) . Given a directed acyclic graph (DAG) representing a citation or precedence network, the package computes traversal weights (SPC, SPLC, SPNP) for each edge and extracts the global, local, and key-route main paths. Also provides tools for DAG validation, node role classification (source/terminal/user), per-component path extraction for disconnected networks, and scale-free network testing. Accepts 'igraph' objects or edge-list data frames as input. Includes readers for 'Pajek' (.net) and 'Gephi' export (.gexf, .graphml) files. authors: - family-names: Resende given-names: Paulo H email: paulo.resende@ttu.edu repository: https://cran.r-universe.dev repository-code: https://github.com/resendeph/mpaR commit: 169d7a05139eb19eadea47e93354fa2b70e7e08b url: https://github.com/resendeph/mpaR date-released: '2026-06-26' contact: - family-names: Resende given-names: Paulo H email: paulo.resende@ttu.edu