check-scalar-hasRam: Does the current machine have a sufficient RAM?

check-scalar-hasRamR Documentation

Does the current machine have a sufficient RAM?

Description

Does the current machine have a sufficient RAM?

Usage

hasRam(n)

Arguments

n

integer(1). Minimum amount of RAM in gigabytes (GB).

Value

TRUE on success; FALSE on failure, with cause set.

Note

Updated 2023-08-10.

Examples

## TRUE ====
hasRam(n = 1L)

## FALSE ====
hasRam(n = Inf)

acidgenomics/goalie documentation built on Dec. 11, 2023, 11:36 p.m.