Re: [R] The code itself disappears after starting to execute the for loop

2016-11-24 Thread Jon Skoien
I don't have a solution to this problem, but as I have also struggled with what I think is the same problem, I tried to find a small reproducible example. The problem seems indeed to be with the progress bar, which will clear the console after x iterations when the progress bar is called in a f

Re: [R] The code itself disappears after starting to execute the for loop

2016-11-23 Thread Maram SAlem
Thanks a lot Bert , will check out your suggestions. I've unchecked the buffer output option in GUI but still have the same problem. Thanks for your time and concern. Maram Salem Sent from my iPhone > On Nov 23, 2016, at 5:55 PM, Bert Gunter wrote: > > In addition to Jim's comments, which y

Re: [R] The code itself disappears after starting to execute the for loop

2016-11-23 Thread Bert Gunter
In addition to Jim's comments, which you have not yet satisfactorily addressed (buffering in GUI??), 1. Show your code! 2. Show ouput of sessionInfo() 3. Upgrade to the latest R version maybe 4. Perhaps write to package maintainer (see ?maintainer) if nothing or no one helps. Cheers, Bert Be

Re: [R] The code itself disappears after starting to execute the for loop

2016-11-22 Thread Maram SAlem
Thanks for helping Jim. I'm actually using the pbapply function together with the print function within a loop. In earlier versions, the progress bar and the output of the print function used to appear after each iteration of the loop. But with the 3.3.1. Version nothing appears, instead the c

Re: [R] The code itself disappears after starting to execute the for loop

2016-11-03 Thread jim holtman
A little more information would help. How exactly are out creating the output to the console? Are you using 'print', 'cat' or something else? Do you have buffered output checked on the GUI (you probably don't want it checked or you output will be delayed till the buffer is full -- this might be

[R] The code itself disappears after starting to execute the for loop

2016-11-03 Thread Maram SAlem
Hi all, I've a question concerning the R 3.3.1 version. I have a long code that I used to run on versions earlier to the 3.3.1 version, and when I copied the code to the R console, I can still see the code while the loop is executing , along with the output printed after each iteration of the l