#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)