Skip to content

v2.2.1

Compare
Choose a tag to compare
@BrandonEdwards BrandonEdwards released this 27 May 14:13
· 84 commits to master since this release

CRAN RELEASE!!!!

bbsBayes has finally made it into the CRAN universe. See: https://cran.r-project.org/web/packages/bbsBayes/index.html

Deprecated functions since v2.2.1

The following functions have been deprecated as WAIC is no longer used in the Breeding Bird Survey for model selection:

  • waic()
  • p_waic()

Additionally, the following functions have been deprecated...

  • plot_cont_indices()
  • generate_regional_trends()
  • generate_regional_indices()
  • generate_strata_indices()
  • generate_strata_trends()
  • generate_cont_indices()
  • generate_cont_trend()

...in favour of functions that combine functionality of above. For example, the shiny new "generate_trends()" function takes over the functionality of the regional, strata, and cont trends function above, using an argument for specifying the region.

Additional Notes

Most other commits since v2.2.0 have been minor fixes to the documentation for CRAN. Many tests were added.