ENMTools icon indicating copy to clipboard operation
ENMTools copied to clipboard

Ideally we should vectorize RTS code

Open danlwarren opened this issue 7 years ago • 2 comments

And maybe add some data/predictor bootstrapping options too?

danlwarren avatar Dec 07 '17 15:12 danlwarren

I would recommend using the pbapply package for this. It is lightweight (only a handful of functions), and implements a progress bar automatically. Plus if you pass a parallel cluster object to it then it does parallelization automatically (including with a progress bar!), so it would be easy to add parallel functionality later. I use it for almost everything now it is so handy. If you like I can have a crack at implementing it for RTS.

rdinnager avatar Dec 07 '17 21:12 rdinnager

I don't know how I hadn't seen this before, but that sounds fantastic! That'd be good for a lot of the other tests too; many times we're doing hundreds of replicates, and it'd be nice to let people know where they are in the process.

danlwarren avatar Mar 22 '18 12:03 danlwarren