checkRequirements.JobBatch: Checks that requirements are fulfilled or not

Description Usage Arguments Value Author(s) See Also

Description

Checks that requirements are fulfilled or not.

This method is called by *getNextJob().

Usage

1
2
3
4
5
6
## Static method (use this):
## JobBatch$checkRequirements(path, ...)

## Don't use the below:
## S3 method for class 'JobBatch'
checkRequirements(static, path, ...)

Arguments

path

A character string of the path where to search for requirement files. All subdirectories are searched too.

...

Not used.

Value

Returns NULL if all requirement files gives TRUE, otherwise the pathname (a character string) of the first failed requirement file.

Author(s)

Henrik Bengtsson

See Also

For more information see JobBatch.


HenrikBengtsson/R.batch documentation built on May 6, 2019, 11:52 p.m.