Configuration variables can now (optionally) be used to specify location of
GMP and MPFR dependencies for package installation (i.e. GMP_INCLUDE_DIR,
GMP_LIB_DIR, MPFR_INCLUDE_DIR and MPFR_LIB_DIR). Although the package
configuration routine attempts to deduce these variables automatically,
the variables can be used if installation with default settings fails.
For example, the variables can be set using the following system command:
R CMD INSTALL --configure-vars='GMP_INCLUDE_DIR=... GMP_LIB_DIR=... MPFR_INCLUDE_DIR=... MPFR_LIB_DIR=...'