# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "funviewR" in publications use:' type: software license: GPL-3.0-only title: 'funviewR: Visualize Function Call Dependencies in R Source Code' version: 0.1.1 doi: 10.32614/CRAN.package.funviewR abstract: Provides tools to analyze R source code and detect function definitions and their internal dependencies across multiple files. Creates interactive network visualizations using 'visNetwork' to display function call relationships, with detailed tooltips showing function arguments, return values, and documentation. Supports both individual files and directory-based analysis with automatic file detection. Useful for understanding code structure, identifying dependencies, and documenting R projects. authors: - family-names: Jayalath given-names: Chathura email: acj.chathura@gmail.com orcid: https://orcid.org/0000-0002-2056-0211 repository: https://deamonpog.r-universe.dev repository-code: https://github.com/deamonpog/funviewR commit: 8041e4dbf6fa4c821f96bfd608241e57bfb24a58 url: https://github.com/deamonpog/funviewR date-released: '2025-12-03' contact: - family-names: Jayalath given-names: Chathura email: acj.chathura@gmail.com orcid: https://orcid.org/0000-0002-2056-0211