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_10.0-3_R_4.2.0.tar.gz, the Windows package is in file
gurobi_10.0-3.zip, and the Mac package is in file
gurobi_10.0-3_R_4.2.0.tgz), and issue the R command:

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

Please see the Quick Start Guide 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
