Package: funviewR
Title: Visualize Function Call Dependencies in R Source Code
Version: 0.1.0
Authors@R: 
    person("Chathura", "Jayalath", email = "acj.chathura@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-2056-0211"))
Description: 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.
License: GPL-3
URL: https://github.com/deamonpog/funviewR
BugReports: https://github.com/deamonpog/funviewR/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: codetools, visNetwork, igraph, htmltools, magrittr
Suggests: htmlwidgets
NeedsCompilation: no
Packaged: 2025-11-05 17:13:01 UTC; pog66
Author: Chathura Jayalath [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-2056-0211>)
Maintainer: Chathura Jayalath <acj.chathura@gmail.com>
Repository: CRAN
Date/Publication: 2025-11-09 16:40:07 UTC
Built: R 4.5.2; ; 2025-11-12 10:20:59 UTC; windows
