Skip to content

Commit d2f096f

Browse files
author
maechler
committed
... passed to install.packages()
git-svn-id: https://svn.r-project.org/R/trunk@89096 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent d92f65f commit d2f096f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/library/utils/man/install.packages.Rd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ install.packages(pkgs, lib, repos = getOption("repos"),
182182
}
183183
\item{\dots}{
184184
further arguments to be passed to \code{\link{download.file}},
185-
\code{\link{available.packages}}, or to the functions for binary
185+
\code{\link{available.packages}}, \code{\link{install.packages}}, or to
186+
the functions for binary
186187
installs on macOS and Windows (which accept an argument \code{"lock"}:
187188
see the section on \sQuote{Locking}).
188189
}
@@ -275,7 +276,7 @@ install.packages(pkgs, lib, repos = getOption("repos"),
275276
\item{On Unix-alikes,}{when the package contains C/C++/Fortran code
276277
that needs compilation, suitable compilers and related tools need
277278
to be installed. On macOS you need to have installed the
278-
\sQuote{Command-line tools for \I{Xcode}} (see
279+
\sQuote{Command-line tools for \I{Xcode}} (see
279280
\manual{R-admin}{}) and if needed
280281
by the package a Fortran compiler, and have them in your path.
281282
}

0 commit comments

Comments
 (0)