Skip to content

v0.1.3

Compare
Choose a tag to compare
@mps9506 mps9506 released this 19 Sep 15:02
· 198 commits to master since this release

Bug fixes

  • Fixes issues introduced in building vignettes caused by tidyr v1.0.0 release that requires arguments in unnest()

Major changes

  • echoGetEffluent() and downloadDMRs() return columns or nested columns as character vectors only. This will possible break existing scripts using these functions. This will remain the default unless API functionality is provided to detect the value types beforehand.

Internal

  • imports tidyr v1.0.0
  • httptest is used for unit testing again