pkgnet
pkgnet copied to clipboard
R package for analyzing other R packages via graph representations of their dependencies
_(I'm reposting a great question I received via email)_ Does the pkgnet pick up function calls that use do.call()? It seems it doesn't. For example, within a function in a...
Dear developers, Thank you so much for such an amazing package! I was wondering whether it is possible to excluded (filter) some functions from a Function Network graph? Let's say...
Hi, Working on client R package, ``pkgnet`` shows errors on ``Function Network`` page :  It's seems to due to (rare) case of multiple expression in deparse object. One simple...
As a user I would like to select a function in the function network plot and be able to only see the parent and child dependencies of that function in...
── Warning ('test-DirectedGraph.R:108:13'): DirectedGraph node measure values are expected for baseballstats, DependencyReporter ── `authority_score()` was deprecated in igraph 2.1.0. ℹ Please use `hits_scores()` instead. https://github.com/uptake/pkgnet/actions/runs/11769695286/job/32781078118
These values now different in CI pipeline. May be related to updated described in #332 ``` ── Failure ('test-DirectedGraph.R:108:13'): DirectedGraph node measure values are expected for baseballstats, FunctionReporter ── reporter$pkg_graph$node_measures(nodeMeas)...
Dear developers ```r install.packages("mlt") CreatePackageReport('mlt', pkg_reporters = DefaultReporters()[3]) ``` fails to create Graph with `## Error in if (deparse(x[[1]]) == "do.call" & is.character(x[[2]])) {: the condition has length > 1`