Description Usage Arguments Value
View source: R/staticanalysis.r
Lists all packages that get imported by an R script. Detects packages that are imported using library(package) as well as with package::foo
1 | report_dependencies(file, recursive = TRUE)
|
recursive |
Detect R scripts that are called using source(script.R) and includes them in the analysis |
data.frame with attached version information for each package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.