Skip to content

xpectr 0.1.1

Compare
Choose a tag to compare
@LudvigOlsen LudvigOlsen released this 07 Mar 12:35
· 61 commits to master since this release
  • capture_side_effects() gains argument reset_seed. Whether to reset the random state on exit (default: FALSE).

  • Bug fix: When generating expectations for expressions with warnings and/or messages, the random state is reset after capturing them, before evaluating the expression for its output.

  • Bug fix: Escapes quotation marks in error messages.

  • All data.frame() calls explicitly sets stringsAsFactors to ensure compatibility with r-devel.