This directory contains the Gurobi R package file.

To install the R interface, find the exact name of this package file for
your platform (the 64-bit Linux package is in the file
gurobi_13.0-0_R_4.5.0.tar.gz, the Windows package is in file
gurobi_13.0-0.zip, and the Mac package is in file
gurobi_13.0-0_R_4.5.0.tgz), and issue the R command:

> install.packages('<R-package-file>', repos=NULL)

Please consult https://www.gurobi.com/getting-started for more information about installation.
The R interface is also described in the Reference Manual, and
documentation can be accessed within R by typing:

> ?gurobi::gurobi
