The R Project SVN R

Rev

Rev 68948 | Rev 81055 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 75106
Line 1... Line 1...
1
% File src/library/utils/man/txtProgressBar.Rd
1
% File src/library/utils/man/txtProgressBar.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 2008-11 R Core Team
3
% Copyright 2008-11, 18 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{txtProgressBar}
6
\name{txtProgressBar}
7
\alias{txtProgressBar}
7
\alias{txtProgressBar}
8
\alias{getTxtProgressBar}
8
\alias{getTxtProgressBar}
Line 68... Line 68...
68
  running, and this is liable to produce ugly output on a connection
68
  running, and this is liable to produce ugly output on a connection
69
  other than a terminal, including when \code{stdout()} is
69
  other than a terminal, including when \code{stdout()} is
70
  redirected to a file.
70
  redirected to a file.
71
}
71
}
72
\seealso{
72
\seealso{
73
#ifdef windows
-
 
74
  \code{\link{winProgressBar}},
73
  \code{\link{winProgressBar}} (Windows only),
75
#endif
-
 
76
  \code{\link{tkProgressBar}}.
74
  \code{\link{tkProgressBar}} (Unix-alike platforms).
77
#ifdef unix
-
 
78
 
-
 
79
  Windows versions of \R also have \code{winProgressBar}.
-
 
80
#endif
-
 
81
}
75
}
82
\examples{\donttest{ # slow
76
\examples{\donttest{ # slow
83
testit <- function(x = sort(runif(20)), ...)
77
testit <- function(x = sort(runif(20)), ...)
84
{
78
{
85
    pb <- txtProgressBar(...)
79
    pb <- txtProgressBar(...)