Skip to content

v2.0.0: Merge pull request #31 from tcrombie/dev/WF

Latest
Compare
Choose a tag to compare
@tcrombie tcrombie released this 10 Oct 22:45
· 8 commits to master since this release
957453c

New Features

  • Add a new suite of ObjectFlag (OF) and WellFlag (WF) functions.
  • Add many new check and view functions to help diagnose flagging issues.
  • Add the delta and regEff functions to calculate control deltas and regression bleach effects.

Breaking Changes

  • Older code using the readXpress function may have to update the way the data are passed to modelSelection(). The new readXpress function returns a list with elements namedraw_data and design. Pass <out>$raw_data to modelSelection().

Improvements

  • All new documentation for functions with corrected spelling and proper implementation of pkgdown.