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 8 months ago
5.16 score 8 stars 1 dependents 12 scripts 506 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 9 years ago
3.30 score 2 stars 3 scripts 124 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 8 years ago
2.70 score 1 stars 3 scripts 167 downloads