simulate_site_data()
function to remove RandomFields package as a dependency.prior_probability_matrix()
to compute prior probabilities when no existing survey data are available.fit_xgb_occupancy_models()
using more than specified number of threads for parallel processing.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=...'