raptr 0.1.4 (released)
- retain debugging symbols to conform with CRAN policies.
raptr 0.1.3 (released)
- fix bug that caused the R session to crash when none of the planning units associated with an attribute space were selected in a manually specified solution. Now the space-held calculations will return a negative infinity value in such cases.
- permit attribute spaces to have a single demand point.
raptr 0.1.2 (released)
- fix compatibility issues with demand point examples and hypervolume R package (version 2.0.10).
- update package citation.
- removed rgurobi R package dependency because the gurobi R package (version 8.0.0+) provides the functionality to access solutions from the solution pool.
- multiple solutions can now be generated using the three different search pool methods provided Gurobi.
- permit a zero MIPGAP in argument to
GurobiOpts
.
- the
print.RapResults
function now prints information in a prettier manner.
- the
raptr::solve
function now throws a warning if some species are poorly represented in the solution.
raptr 0.1.1 (released)
- vignette size has been reduced.
- updated DOI in readme.
raptr 0.1.0 (unreleased)
- unit tests now compatible with testthat R package (version 1.0.2.9000).
- assertthat R package is now used for validating function arguments.
- vignette now uses
knitr::rmarkdown_notangle
engine to avoid running the code during package checks, and placeholder vignette file has been removed.
- code has been linted.
- functions from other packages are now called explicitly using
pkg::function
.
- messages are now displayed using
message
following best practices.
- updated readme.
- added citation for Methods in Ecology and Evolution paper.
- strip debugging symbols from compiled files to reduce installation size.
is.GurobiInstalled
now does not run gurobi to avoid spurious notes during CRAN checks on academic license.
raptr 0.0.5 (released)
- fix documentation in
make.DemandPoints
.
- instead of for examples.
- fix broken example code.
raptr 0.0.4 (unreleased)
- find out which suggested packages are installed using
requireNamespace
.
- add more links to package documentation.
- register Rcpp functions.
raptr 0.0.3 (released)
- reduce memory consumption using external pointers.
- fix memory leaks.
- fix bug in tests for calcSpeciesAverageInPus.
raptr 0.0.2 (unreleased)
- reduce installation size.
- fix typo in README.
raptr 0.0.1.1 (unreleased)
- fixed authorship typo.
- updated README.md with instructions for installing from CRAN.
raptr 0.0.1 (unreleased)