Skip to content

testthat 2.3.1

Compare
Choose a tag to compare
@lionel- lionel- released this 14 Jan 11:38
· 483 commits to master since this release
  • The last version of testthat introduced a performance regression in
    error assertions (#963). To fix it, you need to install rlang 0.4.2.

  • Fixed error assertions with rJava errors (#964).

  • Fixed issue where error and warning messages were not retrieved with
    conditionMessage() under certain circumstances.