Description Usage Arguments Value
View source: R/get_package_deps.R
This function takes a path to a directory and parses the code from all
.R
and .Rmd
files, retrieving any detected package dependencies, and
optionally outputs a deps.yaml
and deps.R
file.
1 2 3 4 5 6 | get_package_deps(
path = getwd(),
write_yaml = TRUE,
write_r = TRUE,
include_versions = TRUE
)
|
path |
path to directory |
write_yaml |
logical - should |
write_r |
logical - should |
include_versions |
logical - should package versions and github referenced be included? |
silently returns a data.frame with R package details
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.