naptime - A Flexible and Robust Sys.sleep() Replacement
Provides a near drop-in replacement for base::Sys.sleep() that allows more types of input to produce delays in the execution of code and can silence/prevent typical sources of error.
Last updated 4 months ago
5.21 score 9 stars 1 packages 12 scripts 530 downloadsmcparallelDo - A Simplified Interface for Running Commands on Parallel Processes
Provides a function that wraps mcparallel() and mccollect() from 'parallel' with temporary variables and a task handler. Wrapped in this way the results of an mcparallel() call can be returned to the R session when the fork is complete without explicitly issuing a specific mccollect() to retrieve the value. Outside of top-level tasks, multiple mcparallel() jobs can be retrieved with a single call to mcparallelDoCheck().
Last updated 8 years ago
3.30 score 2 stars 3 scripts 114 downloadslistWithDefaults - List with Defaults
Provides a function that, as an alternative to base::list, allows default values to be inherited from another list.
Last updated 7 years ago
2.70 score 1 stars 3 scripts 165 downloads