Re: [R] "Safe" use of iterator (package iterators)

2016-12-14 Thread Rich Calaway via R-help
ec 2016 17:15:38 + From: "Doran, Harold" To: "r-help@r-project.org" Subject: [R] "Safe" use of iterator (package iterators) Message-ID: Content-Type: text/plain; charset="iso-8859-1" I believe I now see the light vis-?-vis iterators when combine

Re: [R] "Safe" use of iterator (package iterators)

2016-12-09 Thread Doran, Harold
Cc: r-help@r-project.org Subject: Re: [R] "Safe" use of iterator (package iterators) > On Dec 9, 2016, at 9:15 AM, Doran, Harold wrote: > > I believe I now see the light vis-à-vis iterators when combined with > foreach() calls in R. I have now been able to reduce comput

Re: [R] "Safe" use of iterator (package iterators)

2016-12-09 Thread David Winsemius
> On Dec 9, 2016, at 9:15 AM, Doran, Harold wrote: > > I believe I now see the light vis-à-vis iterators when combined with > foreach() calls in R. I have now been able to reduce computational workload > to minutes instead of hours. I want to verify that the way I am using them is > "safe". B

[R] "Safe" use of iterator (package iterators)

2016-12-09 Thread Doran, Harold
I believe I now see the light vis-à-vis iterators when combined with foreach() calls in R. I have now been able to reduce computational workload to minutes instead of hours. I want to verify that the way I am using them is "safe". By safe I mean does the iterator traverse elements in the same wa