Skip to content

v2.3.7.2020

Compare
Choose a tag to compare
@BrandonEdwards BrandonEdwards released this 23 Jun 14:02
· 22 commits to master since this release

v2.3.7.2020 of bbsBayes has been released on CRAN as of 23 June 2021. https://cran.r-project.org/package=bbsBayes

This release note highlights the key changes since v2.3.6.2020:

Line width argument in plot_indices()

Now you can specify an increase or decrease in line width on all plots produced by plot_indices() using the line_width argument

Add clearer messages during JAGS modelling

When JAGS models run, the jagsUI package takes over the console messages. We have added a message stating such

Add viridis option for mapping

By setting col_viridis = TRUE one can use the viridis colour palette for generate_map

Add load_map() function

This function allows the user to load the sf shapefile of any of the 5 stratification options directly into their environment

Deprecate prepare_jags_data() in favour of prepare_data()

In preparation for the eventual option of using a Stan model rather than a JAGS model, we have generalized this function to allow for preparation of data for either JAGS or (in the future) for Stan. For now, since bbsBayes only supports JAGS, we have set the default of sampler = "jags".