Gets a list of the all the R packages that RStudio depends on in some way.
Details
The data frame of package dependencies contains the following columns:
- name
The name of the R package.
- version
The required minimum version of the R package.
- location
Where RStudio expects the package to be,
cranfor a CRAN-like repository orembeddedfor development packages embedded in RStudio itself.- source
Whether the package should be installed from source.