• Fix installation for Windows on arm64 (#50).
  • Fix aliasing for package overview help file (#49).
  • Remove CXX specification in Makevars to avoid NOTEs in package checks.
  • Update citation.
  • CRAN release.
  • Skip tests on Fedora systems because unable to reproduce error on CRAN.
  • Fix compiler warning thrown during installation.
  • Fix compatibility issues with upcoming Matrix package (version >= 1.4-2) .
  • Fix issues unloading package properly.
  • Update citation information in README.
  • CRAN release.
  • Update CRAN comments document and remove pkg-config from system requirements.
  • Fix compiler warning thrown during installation.
  • Fix CRAN note about utils package dependency.
  • Skip unit tests that require RandomFields package on Windows to avoid spurious failures.
  • Update documentation for new code repository location.
  • Add remote for RandomFields package to facilitate installation.
  • Standardize spelling (en-US).
  • Tweak package documentation.
  • The RandomFields package is now an optional dependency.
  • Update README with system requirements for PoissonBinomial package (#42).
  • Autoconf is used for installation on Linux and macOS operating systems.
  • Fix issue with fit_xgb_occupancy_models() using more than specified number of threads for parallel processing.
  • Ensure that PSOCK and FORK clusters used for parallel processing are terminated correctly, even when processing is interrupted.
  • Fix compatibility issues with updated xgboost package (version 1.5.0).
  • Fix parallel processing tests given updates to the testthat package (version 3.1.2).
  • Fix tests for environmental and geographic survey schemes given updates to the gurobi package (version 9.5.0).
  • GMP dependencies on Windows systems are now handled using RWinLib (see https://github.com/rwinlib/gmp).

  • Package configuration now reports compilation variables (i.e. PKG_CPPFLAGS and PKG_LIBS variables).

  • The Free Software Foundation is no longer listed as a contributor and copyright holder because GMP source files are no longer distributed with the package (because GMP dependencies are obtained via RWinLib).

  • 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=...'
  • CRAN release.
  • Fix issue with missing gmpxx file.
  • Remove unused dependencies.
  • CRAN release.
  • Update CRAN comments.
  • Update examples.
  • Improve documentation for functions that depend on external software.
  • Fix typos in documentation (#38).
  • Add details for tuning xgboost models to documentation (#39).
  • Refactor for official release.
  • Add support for generating surveys with the Rsymphony package.
  • All functions appear to work.
  • Initial commit.