There is a priority queue implementation in shiny (web application framework for R). I am not aware of any high-level queue for interactive/scripted R, but queues could be implemented in low-level code for specific packages, i.e., in C/C++/Java code wrapped as packages for R.