Learn R Programming

Certara.NLME8 (version 3.0.1)

checkGCC: Checks the local host for GCC version in the path

Description

Performs operating system dependent check for availability of GCC.

Usage

checkGCC(OS.type = .Platform$OS.type)

Value

TRUE if GCC check is successful, otherwise FALSE.

Arguments

OS.type

Character specifying operating system type. Defaults to .Platform$OS.type.

Examples

Run this code
  checkGCC()

Run the code above in your browser using DataLab