rjob-schedulingqueuingworkload

R job job queueing / workload management


I have been spending some time on Google looking for a queuing / load balancer package for R.

What I am trying to achieve:

Knowing that:

There is no code parallelization subject here (snow, snowfall foreach, condor and other traditionnal cluster solutions)

Would you know a good package/tool designed for R which could help ?

Thanks a lot !


Solution

  • This sounds like a reasonable context for using RApache, which can instantiate several R instances and necessary packages.