is.GurobiInstalled: Test if Gurobi is installed

View source: R/misc.R

is.GurobiInstalledR Documentation

Test if Gurobi is installed

Description

This function determines if the Gurobi R package is installed on the computer and that it can be used base::options().

Usage

is.GurobiInstalled(verbose = TRUE)

Arguments

verbose

logical should messages be printed?

Value

logical Is it installed and ready to use?

See Also

base::options().

Examples

## Not run: 
# check if Gurobi is installed
is.GurobiInstalled()

# print cached status of installation
options()$GurobiInstalled

## End(Not run)

jeffreyhanson/raptr documentation built on Feb. 3, 2024, 10:56 p.m.