Thanks to visit codestin.com
Credit goes to github.com

Skip to content

xfun 0.53

Latest

Choose a tag to compare

@yihui yihui released this 19 Aug 13:44
· 2 commits to main since this release
  • Error messages captured by record() include the calls that triggered the errors now. Error messages from rlang::abort() are also better formatted.

  • ANSI sequences are disabled via options(cli.num_colors = 1) in record() to make sure pure text output is captured.

  • Skip printing data.table objects in record() if data.table::shouldPrint() returns FALSE (thanks, @TimTaylor, #105).

  • cache_rds() supports reading/writing cache with the qs package now (thanks, @cheny36, #104).