hi,

i was just fooling around with setTxtProgressBar() and think there's a bug in
RKWard's R console when it comes to interpreting "\r". first try the example
in a plain R console:

<snip>
testit <- function(x = sort(runif(20)), ...){
  pb <- txtProgressBar(...)
  for(i in c(0, x, 1)) {Sys.sleep(0.5); setTxtProgressBar(pb, i)}
  Sys.sleep(1)
  close(pb)
}
testit()
testit(runif(10))
testit(style=3)
</snip>

then run it in RKWard -- while testit() displays the same as in the R session,
testit(runif(10)) and testit(style=3) squeeze everything into one line without
returning to the left margin first. could this also be causing the infinite
"=\n" orgy in the package installation messages?


viele grüße :: m.eik

--
dipl. psych. meik michalke
institut f"ur experimentelle psychologie
abt. f"ur diagnostik und differentielle psychologie
heinrich-heine-universit"at d-40204 d"usseldorf

Attachment: smime.p7s
Description: S/MIME cryptographic signature

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
RKWard-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rkward-devel

Reply via email to