Tweaked function parameters

This commit is contained in:
2022-06-16 13:11:36 +01:00
parent 141ca866ca
commit 3f6a75ad8b
2 changed files with 10 additions and 10 deletions

View File

@@ -5,10 +5,10 @@
\title{Recursively find all the installed dependencies of one or more installed
packages.}
\usage{
list_depends(depends)
list_depends(packages)
}
\arguments{
\item{depends}{A character vector of packages to find dependencies of}
\item{packages}{A character vector of packages to find dependencies of}
}
\value{
A data frame with the dependency tree