R/findDeps.R
findDeps.Rd
Find all dependencies of an R project.
findDeps(devDeps = TRUE)
Whether development dependencies should also be checked.
A dataframe documenting which dependency is needed where.
This is a wrapper around `renv::dependencies()` that does not report dependencies on core R packages, because these are always available.
dependencies
Pascal Sauer