Skip to content

What about package DependenciesGraphs to plot dependencies? #11

Description

@hsonne
#remotes::install_github("kwb-r/sema.berlin")

# http://datastorm-open.github.io/DependenciesGraphs/
require(DependenciesGraphs)

# you mus first loaded the target package using library
library(kwb.event)

dep <- DependenciesGraphs::funDependencies(
  "package:kwb.event", 
  name.function = "getEventsWithStatisticsForMultipleSeries"
)

plot(dep)

dep <- envirDependencies("package:kwb.event")

plot(dep, block = TRUE)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions