getRStudioPackageDependencies | R Documentation |
Gets a list of the all the R packages that RStudio depends on in some way.
getRStudioPackageDependencies()
The data frame of package dependencies contains the following columns:
The name of the R package.
The required minimum version of the R package.
Where RStudio
expects the package to be, cran
for a CRAN-like repository or
embedded
for development packages embedded in RStudio itself.
Whether the package should be installed from source.
A data frame containing a row per R package.
The getRStudioPackageDependencies
function was introduced in
RStudio 1.3.525.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.