Displaying 1 result from an estimated 1 matches for "rbootstrap".
Did you mean:
bootstrap
2006 Mar 17
4
cat(), Rgui, and support for carriage return \r...
...ing on a package and wish to have a routine's
progress reported. The routine can take some time, and I would like to
inform the user about the routine's progress. I have scoured the
archives but to no avail, so would like to solicit input from this list.
I am successfully using
cat("\rBootstrap replication ", i, " of ", boot.num,)
flush.console() # To flush stdout on windows systems
which works as expected on *NIX systems and using Rterm under windows.
However, under Rgui the carriage return \r is ignored, and I certainly
don't want to use the newline escape sequence \...