Skip to content

pre-CRAN release 0.9.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@dill dill released this 08 Jul 13:07
· 606 commits to master since this release

Distance version 0.9.4

  • Object ID uniqueness stopped abundance estimation from working (since NA IDs were "not unique").
  • Check that areas are consistently entered. This was problematic when areas were not entered identically for each region, but unique was used to extract the region table. Thanks to Katy Echave for finding this bug!
  • Monotonicity constraints were not applied during automated model selection. Thanks to Tiago Marques for spotting this.
  • AIC selection of adjustment terms goes up to 5 terms by default, as in DISTANCE. Thanks to Eric Rexstad for suggesting this.

Distance version 0.9.3

  • Updated tests to work with new unique object ID code.
  • Liberally sprinkled tests with suppressMessages()