Skip to content

Commit

Permalink
ported r62085 (fix named args) from trunk
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/branches/R-2-15-branch@62086 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ligges committed Feb 27, 2013
1 parent dd0544d commit a487d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/R-admin.texi
Expand Up @@ -1441,8 +1441,8 @@ Launch either @code{Rgui} or @code{Rterm}, preferably with
@example
library("tools")
testInstalledBasic("both")
testInstalledPackages("base", errorsAreFatal = FALSE)
testInstalledPackages("recommended", errorsAreFatal = FALSE)
testInstalledPackages(scope = "base", errorsAreFatal = FALSE)
testInstalledPackages(scope = "recommended", errorsAreFatal = FALSE)
@end example

@noindent
Expand Down

0 comments on commit a487d2e

Please sign in to comment.