Skip to content

CRAN version 1.1.3

Choose a tag to compare

@alexpkeil1 alexpkeil1 released this 29 Mar 07:57
· 18 commits to master since this release

bkmrhat v1.1.3

Major changes

  • N/A

Minor changes

  • Change burnin default to NULL in kmbayes_combine (was 0) to fit typical usage pattern and match documentation
  • Added kmbayes_combine_lowmem function, which emulates kmbayes_combine and may work in certain settings where memory constraints result in a "low memory" error in kmbayes_combine.

Bug fixes

  • MINOR: fixed "iters" objects in kmbayes_combine and kmbayes_combine_lowmem output ("bkmrplusfit" objects)
  • Prompt to install dev version of bkmr (kmbayes_continue) mistakenly labeled updated versions of BKMR as outdated.
  • Removed a warning from the future package about possibly invalid seed values (Set seed=TRUE in underlying future function calls, per package instructions)
  • MAJOR: seed change in v1.0.1 introduced a bug that would result in chains having identical seeds. This is fixed.
  • Arguments can now be passed to bkmr::ExtractPIPS in ExtractPIPs_parallel