Function to list package dependencies

This commit is contained in:
2022-06-16 11:20:17 +01:00
parent e2c1f3ced7
commit 6ea4f81bc9
4 changed files with 60 additions and 0 deletions

17
man/list_depends.Rd Normal file
View File

@@ -0,0 +1,17 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/list_depends.R
\name{list_depends}
\alias{list_depends}
\title{Recursively find all the installed dependencies of one or more packages.}
\usage{
list_depends(depends)
}
\arguments{
\item{depends}{A character vector of packages to find dependencies of}
}
\value{
A data frame with the dependency tree
}
\description{
Recursively find all the installed dependencies of one or more packages.
}