Learn R Programming

clustermq (version 0.8.95)

LOCAL: Placeholder for local processing

Description

Mainly so tests pass without setting up a scheduler

Arguments

Super class

clustermq::QSys -> LOCAL

Methods

Public methods

Method new()

Usage

LOCAL$new(..., data = NULL)

Method set_common_data()

Usage

LOCAL$set_common_data(...)

Method submit_jobs()

Usage

LOCAL$submit_jobs(..., verbose = TRUE)

Method cleanup()

Usage

LOCAL$cleanup(quiet = FALSE, timeout = 3)

Method clone()

The objects of this class are cloneable with this method.

Usage

LOCAL$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.