Skip to content

Commit cbb481a

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@87288 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 350878c commit cbb481a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ available.packages(contriburl = contrib.url(repos, type), method,
2020
type = getOption("pkgType"), filters = NULL,
2121
repos = getOption("repos"),
2222
ignore_repo_cache = FALSE, max_repo_cache_age,
23-
cache_user_dir = str2logical(Sys.getenv("R_PACKAGES_CACHE_USER_DIR", FALSE)),
23+
cache_user_dir =
24+
str2logical(Sys.getenv("R_PACKAGES_CACHE_USER_DIR",
25+
FALSE)),
2426
quiet = TRUE, verbose = FALSE, \dots)
2527
}
2628
\arguments{
@@ -62,7 +64,7 @@ available.packages(contriburl = contrib.url(repos, type), method,
6264
\item{quiet}{logical, passed to \code{\link{download.file}()}; change
6365
only if you know what you are doing.}
6466
\item{verbose}{logical indicating if a \dQuote{progress report} line
65-
should be printed about the number of packages found in each repos.}
67+
should be printed about the number of packages found in each repository.}
6668
% before filtering (TODO: *during* filt.)
6769
\item{\dots}{
6870
allow additional arguments to be passed from callers (which might be

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
\usage{
1414
installed.packages(lib.loc = NULL, priority = NULL,
1515
noCache = FALSE,
16-
cache_user_dir = str2logical(Sys.getenv("R_PACKAGES_CACHE_USER_DIR", FALSE)),
16+
cache_user_dir =
17+
str2logical(Sys.getenv("R_PACKAGES_CACHE_USER_DIR",
18+
FALSE)),
1719
fields = NULL,
1820
subarch = .Platform$r_arch, \dots)
1921
}

0 commit comments

Comments
 (0)