Package: funviewR 0.1.1
funviewR: Visualize Function Call Dependencies in R Source Code
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:
funviewR_0.1.1.tar.gz
funviewR_0.1.1.zip(r-4.7)funviewR_0.1.1.zip(r-4.6)funviewR_0.1.1.zip(r-4.5)
funviewR_0.1.1.tgz(r-4.6-any)funviewR_0.1.1.tgz(r-4.5-any)
funviewR_0.1.1.tar.gz(r-4.7-any)funviewR_0.1.1.tar.gz(r-4.6-any)
funviewR_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
funviewR/json (API)
NEWS
| # Install 'funviewR' in R: |
| install.packages('funviewR', repos = c('https://deamonpog.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/deamonpog/funviewr/issues
Last updated from:8041e4dbf6. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 155 | ||
| linux-release-x86_64 | OK | 141 | ||
| macos-release-arm64 | OK | 160 | ||
| macos-oldrel-arm64 | OK | 137 | ||
| windows-devel | OK | 84 | ||
| windows-release | OK | 98 | ||
| windows-oldrel | OK | 66 | ||
| wasm-release | OK | 118 |
Exports:analyze_internal_dependencies_multiget_all_expressionsget_r_filesplot_dependency_graphplot_interactive_dependency_graph
Dependencies:base64encbslibcachemclicodetoolscpp11digestevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsigraphjquerylibjsonliteknitrlatticelifecyclemagrittrMatrixmemoisemimepkgconfigR6rappdirsrlangrmarkdownsasstinytexvctrsvisNetworkxfunyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Analyze internal dependencies in R source files | analyze_internal_dependencies_multi |
| Get all parsed expressions from an R file | get_all_expressions |
| Get all R files from a directory | get_r_files |
| Analyze and plot R code dependencies in one step | plot_dependency_graph |
| Plot an interactive dependency graph | plot_interactive_dependency_graph |
