Skip to content

v2.0.7

Compare
Choose a tag to compare
@achubaty achubaty released this 08 Aug 16:20
· 603 commits to master since this release

reproducible 2.0.7

Enhancements

  • Address change in round with R > 4.3.1; now a primitive, that does method dispatch. Failure was identified with unit tests, by Luke Tierney who was making the change in base::round.

Bug fixes

  • several identified and fixed (PRs by Ceres Barros, notably, PRs #341, #342, #343). These fix missing argument in a .unwrap call, and missing check in preProcess, when targetFilePath was NULL.
  • minor documentation updates