R/system-check-scalar-isUnix.R
check-scalar-isUnix.Rd
Is the operating system Unix-based?
isUnix()
TRUE on success; FALSE on failure, with cause set.
TRUE
FALSE
This check will return TRUE on Linux and macOS but FALSE on Windows.
Updated 2020-04-12.
isUnix() #> [1] TRUE