Learn R Programming

assertive (version 0.2-6)

not_this_build: Failure for bad build

Description

Wrapper to false for failure messages when the OS is not as expected.

Usage

not_this_build(status)

Arguments

status
A string giving the name of the build status that was desired.

Value

  • A string showing the actual build status.

See Also

.Platform and Sys.info

Examples

Run this code
assertive:::not_this_build("stable")
assertive:::not_this_build("development")

Run the code above in your browser using DataLab