Re: [R] getTimeLimit?

2017-01-03 Thread Henrik Bengtsson
On Tue, Jan 3, 2017 at 2:43 PM, William Dunlap via R-help wrote: > I am interested in measuring the time it takes to run an expression. > system.time(expr) does this but I would like to have it report just 'more > than xxx seconds', where xxx is a argument to the timing function, when it > takes

[R] getTimeLimit?

2017-01-03 Thread William Dunlap via R-help
I am interested in measuring the time it takes to run an expression. system.time(expr) does this but I would like to have it report just 'more than xxx seconds', where xxx is a argument to the timing function, when it takes a long time. This is useful automating the process of seeing how processi