Learn R Programming

jjb (version 0.1.1)

require_linux: Require a Specific Operating System

Description

Mandates the presence of an operating system

Usage

require_linux()

require_windows()

require_macos()

require_sun()

Arguments

Details

If any of these functions are called on the wrong operating system. A stop error is triggered and the function will fail.