File: getRStudioPackageDependencies.Rd

package info (click to toggle)
r-cran-rstudioapi 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 916 kB
  • sloc: makefile: 2
file content (26 lines) | stat: -rw-r--r-- 927 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dependencies.R
\name{getRStudioPackageDependencies}
\alias{getRStudioPackageDependencies}
\title{Get RStudio Package Dependencies}
\usage{
getRStudioPackageDependencies()
}
\value{
A data frame containing a row per R package.
}
\description{
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:
\describe{ \item{name}{The name of the R package.} \item{version}{The
required minimum version of the R package.} \item{location}{Where RStudio
expects the package to be, \code{cran} for a CRAN-like repository or
\code{embedded} for development packages embedded in RStudio itself.}
\item{source}{Whether the package should be installed from source.} }
}
\note{
The \code{getRStudioPackageDependencies} function was introduced in
RStudio 1.3.525.
}