-
Error messages captured by
record()
include the calls that triggered the errors now. Error messages fromrlang::abort()
are also better formatted. -
ANSI sequences are disabled via
options(cli.num_colors = 1)
inrecord()
to make sure pure text output is captured. -
Skip printing data.table objects in
record()
ifdata.table::shouldPrint()
returnsFALSE
(thanks, @TimTaylor, #105). -
cache_rds()
supports reading/writing cache with the qs package now (thanks, @cheny36, #104).