Function to grab the available packages listed on CRAN

This commit is contained in:
2022-06-16 11:27:01 +01:00
parent 6ea4f81bc9
commit 15ded69426
7 changed files with 117 additions and 2 deletions

View File

@@ -2,7 +2,8 @@
% 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.}
\title{Recursively find all the installed dependencies of one or more installed
packages.}
\usage{
list_depends(depends)
}
@@ -13,5 +14,6 @@ list_depends(depends)
A data frame with the dependency tree
}
\description{
Recursively find all the installed dependencies of one or more packages.
Recursively find all the installed dependencies of one or more installed
packages.
}