Hello,
When I launch a script under windows it does not display sequentially my cat calls or maybe the console is not refreshed at every line of my script.
For instance with that code
cat("\n\n================== IMPORT DATA FROM FILE ===================\n\n")
fileschosen <- choose.files(caption="Select gpr files", filters = matrix(c("genepix file","*.gpr"), nc=2, byrow=T))
The popup browse window is first displayed and once I've selected my files the cat "IMPORT..." is displayed.
What can I do to make my displays appear at the right time?
Thanks a lot.
Laetitia Marisa.
______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
